Issue: I've been hearing about ASP. What is it? Can I develop one with Visual Basic?
ASP stands for Active Server Pages. ASP are text files that can contain both server-side scripting and client-side scripting. The server-side runs under Internet Information Server (IIS) and there are also versions that run under UNIX. Frequently, the purpose of the server-side code is to build hypertext markup language (HTML) tags that will be sent to browser. Any client-side scripting in the ASP are then executed by the browser. Frequently, this client-side scripting is done with JavaScript, but it can also be done with VBScript.
Issue: I would like to use ASP. How do I work with its object model?
The object model for ASP is relatively straightforward. <This text is under construction.>
A few tips on the object model:
| All contents © 2004 InStep Technologies, Inc. All rights reserved. |