I have a page with a floating frame on it...(I know its a bad idea). I want to pass a query string from it to an ASP page which will then be displayed in the frame. I tried this but it didnt work...
<code>
function jsClick(inVar){
parent.iframe1.location = "index2.asp?jsVar=" + inVar;
}
</code>
Any ideas?
<code>
function jsClick(inVar){
parent.iframe1.location = "index2.asp?jsVar=" + inVar;
}
</code>
Any ideas?