I am using a popup box to confirm that a form has been processed (send email with link to the page to a friend_, but I want the user to be returned to the original page after they have pressed the OK on the popup box:
dim site
site=request.servervariables("http_referer")
response.write "<script>alert('email sent!');location.href='http://www.agni-travel.com'</script>"
response.end
I need to change the location.href to reflect the 'site' varaible, but however I add it I get a error or sent off onto a while page!
Thanks for any help you can offer.
Nathan