Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you use javascripts and vbscripts on the same ASP pa
Message
From
30/10/2001 17:02:20
 
 
To
30/10/2001 15:49:27
General information
Forum:
Internet
Category:
VBScript
Miscellaneous
Thread ID:
00575301
Message ID:
00575342
Views:
26
>Hello everyone,
>
>Can you use javascripts and vbscripts on the same ASP page?
>
>Thanks,
>Sergio

Sure, just preface your script code with
<SCRIPT RUNAT=SERVER LANGUAGE="JavaScript">
Or
<SCRIPT RUNAT=SERVER LANGUAGE="VBScript">
The only downside is that if you use both you incur in some unneeded overhead because IIS needs to work with both script runtimes.
Previous
Reply
Map
View

Click here to load this message in the networking platform