dndstef
Oct 20th, 2000, 09:30 AM
I have a code that redirect to another ASP page but i don't
know how to pass a variable to that next form.
Someone can help me with that?
I use this javascript for the redirection
HtmlContent = "<SCRIPT language='JavaScript'>" & VbCrLf & _
"window.parent.parent.location.href='Gestion.asp';" & VbCrLf & _
"</SCRIPT>" & VbCrLf
Response.Write HtmlContent
know how to pass a variable to that next form.
Someone can help me with that?
I use this javascript for the redirection
HtmlContent = "<SCRIPT language='JavaScript'>" & VbCrLf & _
"window.parent.parent.location.href='Gestion.asp';" & VbCrLf & _
"</SCRIPT>" & VbCrLf
Response.Write HtmlContent