pass ASP variable to JScript

Joined
Mar 7, 2008
Messages
3
Reaction score
0
this is the only method i found for splitting a queryString but now i need to pass that var to my serverside jscript function... any help?

<%
Dim imdbLink
ID = Request.QueryString("u")
ID_split = Split(ID, "/title/")
imdbLink = ID_split(1)
%>

<script language="javascript" runat="server">
var gotLink = imdbLink
...
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top