joecool2005 0 Posted April 18, 2006 Report Share Posted April 18, 2006 Is it possible to pass a variable in Javascript to a ASP function?I want to do something like this.----------------------------------------------------------------------------------<%sub check(temp)Response.Write(temp&"<br>")end sub%><script>var varJS=123document.write("<%call check(varJS)%>")</script>----------------------------------------------------------------------------------I don't know how to pass a varJS to ASP subThxJoe Link to post Share on other sites
aspnetguy 30 Posted April 18, 2006 Report Share Posted April 18, 2006 Please don't post the same questions in multiple forums Link to post Share on other sites
Recommended Posts