Click to See Complete Forum and Search --> : asp javascript vs vbscript?
atifriaz
11-22-2003, 08:28 PM
Hi,
i wanted to know if it makes any difference if i use vbscript or javascript for my asp pages? and are asp pages coded in vbscript viewable by unix + linux users?
Thanks.
gil davis
11-22-2003, 09:01 PM
if it makes any difference if i use vbscript or javascript You have to specify javascript if that is the language for the scripts. You don't have to specify vbscript because that is the server default.
are asp pages coded in vbscript viewable by unix + linux usersSince ASP stands for Activer Server Page, it means that all of the action takes place on the server. It doesn't matter what client receives them, because when the client gets it, it is just hypertext.
PeOfEo
11-22-2003, 09:09 PM
vbscript is probably the better of the two just because it is more widely used and it is supported better.
CardboardHammer
11-24-2003, 01:12 AM
If you're not in too far (and it sounds like you're not), use ASP.NET instead of ASP... it's a LOT better.