Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you use javascripts and vbscripts on the same ASP pa
Message
De
30/10/2001 17:02:20
 
 
À
30/10/2001 15:49:27
Sergio Ortiz
Tek Services Group, Llc
Hollywood, Floride, États-Unis
Information générale
Forum:
Internet
Catégorie:
VBScript
Divers
Thread ID:
00575301
Message ID:
00575342
Vues:
25
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform