引用:
原帖由 lmy0525 于 2007-6-9 13:25 发表 
谢谢了 ~~~
还有问题 vbscrip 和javascrip 是不是都可以在 asp中用呀??
vbscript and javascript are a client side script.
asp,jsp and php are a server side script.
Commonly, write a web programe will be use client side and server side script. ie. validate input box is inputted by client side script and pass to server to validate the data is correct or not. Thus, reduce the server resource.