Daniel said:
ASP itself is script made of javascript and vbscript and running on web
server ?
Daniel
I assume that this is a question (since there is ? at the end)
If so, the answer is yes
ASP is an acronym for Active Server Pages
When you use ASP, it runs a script language on your web sever. Everything
between "<%" and "%>" is the script. The script language is vbscript by
default, but can be set to javascript.
If there is no script, then the code is read as HTML.