Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change script language in asp

Status
Not open for further replies.

johnv20

Programmer
Sep 26, 2001
292
US
How do you change between VB and Java script in ASP
I have tried enclosing the Java in <% LANGUAGE=JavaScript ..
howvever the code is still being run as VB?
 
you need to add the at (@) sign.
try this:
<%@Language=JavaScript%>
(-:
 
Hi,
I've tried this however the error msg is that <@% can only be used at the begining of the page, the java script will only start after several lines of VB
 
what exactly do you want to do? can you post the chunk of the code with the problem? (-:
 
Hi,
forget about it - the web server this application was meant to run on only has IIS2. I have has to go back to using IDC !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top