Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

VBScript Tutorial
VBScript Introduction
VBScript How to Use
VBScript Variables
VBScript Procedures
VBScript Functions
VBScript Conditions
VBScript Summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


VBScript Introduction
Previous Next

VBScript?

The Microsoft Visual Basic Scripting Edition language(VBScript), is a simplified version of the Visual Basic and Visual Basic for Applications family of programming languages. It is also well thought-out to be closely related to the BASIC programming language.

VBScript is a scripting language, which can enhance HTML Web pages by making them active, as compared to a simple static presentation of data.Specifically, VBScript was created by Microsoft to use either as a server-side scripting language with the Microsoft Internet Information Server (versions 3.0 and later).Or as a client-side scripting language for the Microsoft Internet Explorer (versions 3.0 and later) or as A most important advantage for using the server-side approach is that the VBScript is processed by the server before it is transmitted to the client. Therefore,the client only receives an HTML page and we do not have to concern ourselves as to whether the browser can interpret the VBScript. In contrast, by using the client-side approach, you reduce the work load of the server by transfer the work to client end. Unfortunately, older version and non-Microsoft browsers may not be able to correctly interpret and display the transmitted file. In addition to this, the source code is out in the open to the browser user and also a client-side program can produce a more-responsive application. since user input can be processed on the client machine, and not sent back to the server for processing.

VBScript is the default language of Active Server Pages (ASP).

VBScript may very well be the most important programming language for many Web-application.

VBScript Version 5.0 was released in 1999. Certainly, the most important new feature of Version 5.0 is the ability to create your own class objects. Other new features included like the Timer function, With statement, and regular expression searching using the RegExp and Match objects.




Scripting Language?

A scripting language differentiates itself from other typical languages in that they not needing to be compiled and are usually simpler to learn. A Scripting language is interpreted at run-time so you can execuate instructions immediately.

A few characteristics :
  • Scripting languages often follow the semantics and syntax of command languages. For illustration many scripting languages do not require quoting of string literals, but rather require explicit evaluation of variables (x denotes the string "x", but $x denotes the value of the variable x).



  • Scripting languages make it very simple to call system related commands, prepare their arguments, and manipulate their results. They generally have some built-in primitives for manipulating environment variables,file and directory names, argument lists etc.



  • Scripting languages flexible to handle strings, and don't emphasize numerical manipulation.



  • Since calling system related commands is generally much more expensive than script execution itself, there is little emphasis on run-time efficiency, therefore they are often implemented using interpreters,macro processors or bytecode interpreters.




Pre-Requisites

Before continue to start VBScript you should have a basic understanding of the following:

  • WWW, HTML and the basic concept of building Web pages

If you want to study these subjects first, go to our Home Page.



Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: vbscript tutorial, vbscript examples, vbscript functions, vbscript array, vbscript reference, vbscript string functions, vbscript msgbox, vbscript editor, vbscript download, microsoft vbscript


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.