Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asp & JScript
Message
From
04/04/2000 21:08:57
 
General information
Forum:
Internet
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00353373
Message ID:
00355418
Views:
20
Hi Michel,

>Is it possible to use only JScript in ASP page?

Start your ASP pages with:
< %@ Language=JScript %>

>My goal is removing all VBScript code in my ASP pages and using only JScript >also to make a connection with ODBC. The global.asa file seems only use >VBScript to establish connections with my ODBC.
>

In global.asa file use the following syntax:
< SCRIPT RunAt=Server Language=JScript>
function Application_OnStart()
{
}
function Application_OnEnd()
{
}
function Session_OnStart()
{
}
function Session_OnEnd()
{
}
< /SCRIPT>


Remove all spaces after "<" to get working code.

Alex
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform