How Do You Write A Vbscript?
VBScript is a subset of Microsoft’s Visual Basic. It is similar to JavaScript. Microsoft developed VBScript to establish ActiveX as the standard architecture for Internet applications and included it in Internet Explorer. Although a Web programmer uses HTML code to perform basic actions, adding scripting capabilities takes the utility of Web forms far beyond simple HTML choices. As one example, HTML code can create a form to obtain user supplied information. HTML cannot interpret the information supplied as to correctness. With a scripting language like VBScript or JavaScript, form fields such as a telephone number can be verified for the proper format. Scripting adds many other options as well. Open an existing Web HTML document or create a new one using one of the Web development programs such as Dreamweaver or Microsoft Expression Web. Even the built-in Notepad in Windows will work if you do not have specialized Web software. Use Notepad for this illustrative example. Save the file