Click to See Complete Forum and Search --> : ASp Examples With JavaScript
drikoudis
11-26-2003, 02:39 AM
Hi, i try to find tutorial in the web for Asp. Ok , i find thousands!!!!! But..... all of them have example with VBScript. I DONT WANT USING VBSCRIPT. I think JavaScript is better than VBScript. Is any one knows were i can find examples Fro Asp but using JavaScript.
Thanks, John.
lillu
11-26-2003, 06:51 AM
Within ASP I would use JScript, which is for server side scripting. Embed client-side javascript directly in html. Ok, javascript is cool on the client as most browsers support it (unlike VbScript) though the default language of ASP is VbScript so sometimes it is much easier when you start to include complex things (libraries, etc)
http://www.aspin.com/home/references/code/jscript
Good luck.
Lillu
slyfox
11-26-2003, 05:35 PM
nice link liewe lulu:D