Hi everyone,
Need Help
I know javascript can do it, I already get it. But now I want to using ASP.
I want to pass a variable using Radio buton via the byperlink, can I do that?
let say i have 3 radio button like below and I want to know which button I select and pass to asp2.asp page.
<Input type="radio" name="R1" value="V1">Test1
<Input type="radio" name="R1" value="V2">Test1
<Input type="radio" name="R1" value="V3">Test1
<A href="asp2.asp? ">Next</A>
At the asp2.asp i using the statement:
<% R1=request.querystring("R1")%>
Hope anyone of u can help me ASAP.
Need a sample code as well.
Thx in advanced,
Mac




Mac 
Reply With Quote