iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (35)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

November 20, 2008
Poll: Do you use an editorial calendar in your Web design work?
About
 
November 19, 2008
SEO Reports - Keyword phrases are important
About
 
November 19, 2008
Make Your Site An iPhone App
Hot Wired
 
November 19, 2008
Let My Maps Be Your Geo Database
Hot Wired
 
November 19, 2008
Revamped CitySearch Makes Facebook Connect Look Useful
Hot Wired
 
November 19, 2008
Hacking JavaScript for Fun and Profit: Part II
SitePoint
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /Visual Basic

VBScripts Tutorial I 

  Views:    20694
  Votes:    4
by Ahmad Permessur 12/12/03 Rating: 

Synopsis:

Welcome to a new series of tutorials on VBScripts. Throughout several lessons, I’ll teach you VBScripts. This isn't a hard thing to do, and it'll enhance your pages. In today’s lesson, I’ll focus a bit on the VBScript language itself, and on variables.
Pages: firstback2 3 forwardlast
The Article

VBScripts, what is it?

Microsoft's Visual Basic Script (VBScript) offers the functions of a programming language and the simplicity of a technology streamlined for the Web. With VBScript, you can bring your Web pages to life with real-time interaction; there's no more waiting for a server to respond to button clicks and mouse movements. A click of a button gets an instant reaction, and the movement of the mouse over an object brings the object to life.

When you enhance your Web pages with VBScript, you insert scripts directly into your pages. Because VBScript is a subset of Microsoft's Visual Basic, your scripts resemble programs written in Visual Basic. If you aren't a programmer, don't worry. The wonderful thing about VBScript is that it's a very simple programming language to learn and to use. Many Web publishers who aren't programmers use VBScript to enhance their Web pages.

Like most basic programming languages, VBScript is an interpreted language, which is both good news and bad news. The good news is that you don't need to compile your scripts as you would with a program written in C or C++. Your scripts are directly interpreted, line-by-line, when they're executed in the user's browser. The bad news is that before anyone can run your scripts, he or she needs a VBScript interpreter, which is part of the standard Internet Explorer browser package. It's installed automatically when you install Internet Explorer or some other browser.

Pages: firstback2 3 forwardlast

Similar/related articles:


 
  Sponsors