bawdy |
04-05-2005 12:33 PM |
http://msdn.microsoft.com/library/de...chnologies.asp
I prefer to code asp pages in JScript as its similar to Javascript on Client Side, and PHP, Flash ActionScript and Cold Fusion (later versions that support Javascript Script)
Unfortunately I have to do a lot of maintenance for VBScript scripts that other people have written.
The only features I have found that JScript doesnt support that VBScript does is some functions relating to handling binary data... especially in relation to file uploading... but with .Net this isnt a problem.
The only other thing is that there are lots more resources for VBScript than JScript in relation to asp programming.
|