Is it possible to define what to run first asp or jscript?

gerardo chapa

New member
I'm running a webpage on classic asp, but I have a jscript in the same page, I need to send some parameters to the jscript from asp but the jscript runs befoe the asp so it sendsme an error code in my asp tags as follows

-----------------------------------------------------------------------------------------------
Microsoft JScript compilation error '800a03ea'

Syntax error ...
-----------------------------------------------------------------------------------------------

What can I do?
 
Back
Top