atferraz
09-17-2004, 08:54 PM
on a page I've a button and an iframe. when I press that button, on click event has :document.getElementById("iframeID").src="mypage.asp?test=xpt"
on mypage.asp I've
test=request.queryString("test");
response.write test
response.end()
the iframe loads the page, but test is empty.
on mypage.asp I've
test=request.queryString("test");
response.write test
response.end()
the iframe loads the page, but test is empty.