drewa designs Close Window    


ASP

ASP stands for Active Server Pages. A specification for a dynamically created Web page with a .asp extension that utilizes ActiveX scripting—usually VB Script or Jscript code. When a browser requests an ASP page, the web server generates a page with HTML code and sends it back to the browser. ASP pages are similar to CGI scripts, but they enable Visual Basic programmers to work with familiar tools.

Close Window