|
|||||||
|
Error processing SSI fileVBScript FAQ: Web Scripting with VBScriptVBScript FAQ
What is VBScript? Microsoft's name for VBScript is "Microsoft® Visual Basic® Scripting Edition," it is a subset of the Microsoft Visual Basic programming language. Visual Basic and VBScript generally require the exact same syntax for basic and essential functions, statements, etc. VBScript is a somewhat simplified version of its superset, Visual Basic, as some prototypes are made easier, you do not have to worry about variable sizes, etc. This is too try and allow optimum web development with minimal programming abilities by the programmer. The main difference between Visual Basic and its subset is that VBScript is limited to the web and is fully integrated with the web browser rather than the operating system. This is purely for security reasons. Nonetheless, VBScript is a very powerful asset because it is geared towards Microsoft web technologies such as ASP and ActiveX.
Which Platforms Support VBScript? VBScript is supported by Windows 95/98, Windows NT/2000 (including a native version for Alpha), 16-bit Windows, and Unix Solaris. Microsoft is currently working with others to bring VBScript to UNIX versions for HP, Digital, and IBM platforms.
Which Browsers Support VBScript? VBScript is a trademark of Microsoft Corporation and is only supported by Microsoft Internet Explorer 3.0+ and Microsoft Internet Information Server.
Where Can I Get VBScript If your VBScript-capable browser does not have VBScript or you would like the latest version of VBScript, then download it at Microsoft's Scripting Engines download site.
Where Can I Find VBScript Documentation? Microsoft gives you almost everything you need in the way of specifications at their Scripting Technologies web site.
Is VBScript Better Than JavaScript? Pros and cons... The only con is that you must be using Explorer to see the code execute, which may be annoying for Netscape users that rely on JavaScript. On the other hand, VBScript operates in much the same way as JavaScript as they are both interpreted by the browser. In addition, VBScript can accomplish the same tasks as JavaScript, plus, VBScript (and JScript) may also be applied to Microsoft web technologies like ASP. Generally, VBScript is also easier to learn then JavaScript.
How Do I Implement VBScript? You use VB Script in exactly the same manner as you would JavaScript. Simply place all code between these tags like so:
Where should my script be within the document? Put the script at the beginning of the How Do I Make Remarks In My Code? Use the Rem keyword or a single apostrophe ( ' ). If the Rem keyword follows code on a line, it must be separated from the code by a colon. However, when you use an apostrophe, the colon is not required. For example:
A colon is needed because it follows code on the same line.
No colon is needed for an apostrophe. Home | Technical Schedule | Application Classes | Class Outlines | MCSE, MCDBA, MCSD Training | Microsoft .NET Programming | Cisco Classes | Linux, Unix, AIX | CompTIA Certification | Webmaster Training | Pricing | Locations | Financing | E-mail Us
|
|
|