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
Code:HtmlContent = "<SCRIPT language='JavaScript'>" & VbCrLf & _ "window.parent.parent.location.href='Gestion.asp';" & VbCrLf & _ "</SCRIPT>" & VbCrLf Response.Write HtmlContent




Reply With Quote