I have a link on a page containing frames. The link is OK, except when I have opened a new window. What could be wrong? Do I have to activate the window with the frames or...?
Link code:
function:Code:<a href="pipedim.asp?pageID=<%=pageID%>" target="venstre" onclick="pipedim();" style="font-size: 12pt">This is the link</a>
An error occurs if I hit "This is the link" after activating a new window with this form:Code:function pipedim() { window.parent.frames("right").location = "blank.htm"; parent.frames[0].navform.dim.disabled=false; return; }
The error occurs happen in the right frame, left is OKCode:<form name=pipe_res method="post" action="print.asp?pageID=<%=pageID%>" target="_blank">




Reply With Quote