I wanted to pass a values which is a integer to asp page so that I will know how many records that I have to run the insert queries... Can any one please give me a hand?
In my post the line was split:
you should read
document.frmMain.action = 'second.asp?Val='+x
You mean:
"But than how to get the values on the second page?"
If yes then like this:
if x =2 in your javascript function on the second page you have to write:
<%
valueneeded = request.QueryString("Val"
%>
Then valueneeded = 2
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.