Click to See Complete Forum and Search --> : value of QueryString


ritu007
03-01-2004, 09:31 AM
how do i get the value of a querystring from

<a href="<%=result2.getModulePath()%>?dsn=<%= result2.getDatasourceName() %>

i need the value of dsn from the above code in the page this code is on......

David Harrison
03-01-2004, 09:37 AM
Just do this:

var dsn=<%= result2.getDatasourceName() %>;