Hi ssmenon,
I think the problem is with the brackets.Change your statement to
"1.asp?code=<%=rs("name")%>&date=#<%=rs("date")%>#"
This will solve your problem
I hope this will solve your problem
<head>
<script language="javascript" >
//Used to pass the value selected from the combo box to the same page
function funcgo()
{
x=document.txtbox.reqname.value
top.location="testcmb.asp?txt=" + x
}
</script>
</head>
<body>
<p><form...
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.