|
Language: Web Expertise: Beginner
Aug 26, 1999
You Don't Need HTML Comment Tags When you use VBScript in an ASP Environment
All ASP scripts are processed on the server side. Therefore, you don't need to include HTML comment tags to hide the scripts from browsers that do not support scripting, as is often done with client-side scripts. All ASP commands are processed before content is sent to the browser. So the client browser gets static HTML pages, which is an output of the server side script.
Jai Bardhan
|