Introduction to VBScript - Page 2


© Maxim Karetnikov
Page 2
into the HTML-document, includes HTML tags (<SCRIPT>) and has access to objects (HTML elements). It comes as no surprise since VBScript is inherited from the object-oriented language Visual Basic. This core of code will be the same in Visual Basic excluding HTML tags and message window function (MsgBox() in Visual Basic instead of alert "..." in VBScript.

6 reason to learn VB script
  • If you already know Visual Basic or Visual Basic for Applications, VBScript will be very familiar. Even if you don't know Visual Basic, once you learn VBScript, you're on your way to programming with the whole family of Visual Basic languages.
  • VBScript brings Web client scripting in most widespread browser Microsoft Internet Explorer and Web server scripting in Microsoft Internet Information Server.
  • VBScript can be used without any restriction in the MS Windows based intranet.
  • You may license VBScript's source implementation at no charge for use in your other Applications and Browsers.
  • Microsoft provides binary implementations of VBScript for the Windows API, the 16-bit Windows API, and the Macintosh. VBScript is integrated with World Wide Web browsers.
  • VBScript offers a larger variety of sequence, selection and iteration constructs than JavaScript.
  • You can mix both JavaScript and VBScript within the same HTML file, so you're not forced to make a black-or-white decision.

Required background and software
The articles that will follow this one are intended for audience having some basic concept of HTML and understanding  what tags are and how to write and browse web page. If you are using WYSIWYG editor (like MS FrontPage, Hot Meal, etc.) you should know how to read document in HTML- format. The minimum requirements for editor is the plain text editor (e.g., Notepad). You should use  Internet Explorer version 3.0 or higher to view the results.

Summary
VBScript is an easy and powerful scripting language that enables write  interactive client scripting and server scripting. The syntax of VBScript is very similar to Basic and Visual Basic. VBScript is included as a part of HTML document along with HTML tags and elements. VBScript is supported by Internet Explorer version 3.0 or higher and it can be integrated with other World Wide Web browsers.

Go To Page: 1 2


The copyright of the article Introduction to VBScript - Page 2 in VB Script is owned by . Permission to republish Introduction to VBScript - Page 2 in print or online must be granted by the author in writing.

Post this Article to facebook Add this Article to del.icio.us! Digg this Article furl this Article Add this Article to Reddit Add this Article to Technorati Add this Article to Newsvine Add this Article to Windows Live Add this Article to Yahoo Add this Article to StumbleUpon Add this Article to BlinkLists Add this Article to Spurl Add this Article to Google Add this Article to Ask Add this Article to Squidoo


Here's the follow-up discussion on this article: View all related messages

4.   Oct 28, 2002 2:36 AM
HI,
I need to use VB script for purposes like starting programs on the windows startup and entering keystrokes etc..
I need to know of a good editor to use as i don't intend to use VB scripts for a ...

-- posted by maxtorm


3.   Jun 11, 2002 1:32 PM
In response to message posted by ali_baba:

Well im kinda new with the whole VBScripting, DHTML, and JavaScripting, and i kinda disagr ...


-- posted by xXSwordFishXx


2.   Sep 4, 2000 6:35 AM

Dear JavaScript CE,

Thank you for your interest to VBScript page at Suite101. I share your opinion that experienced programmers mostly use JavaScript for DHTML. According to statistics, a ...


-- posted by kmaxim


1.   Aug 24, 2000 12:23 PM
Hi,

First of all, welcome to Suite101. I am the contributing editor of JavaScript at Suite101. I have some basic knowledge of Active Server Pages and that's why I know VBScript.

I agree that lea ...


-- posted by ali_baba





For a complete listing of article comments, questions, and other discussions related to Maxim Karetnikov's VB Script topic, please visit the Discussions page.