gangelo
January 31st, 2006, 10:46 AM
Hi,:confused:
My main web page creates the below popup. I want to click a link in my popup and have my main web page go to the url. I do not care if the popup remains open at that point or not (I'd rather it close actually).
How do I do this?
<map name="Map">
<area shape="rect" onmouseover="ChangeCursor();" onmouseout="ChangeCursorBack();" coords="295, 72, 445, 95" target="_blank" style="cursor:hand" onclick="var myWindow = window.open('Flash/treeredone.asp','ORGCHART','height=600,width=800,top=0,left=0,scrollbars=no');">
</map>
My main web page creates the below popup. I want to click a link in my popup and have my main web page go to the url. I do not care if the popup remains open at that point or not (I'd rather it close actually).
How do I do this?
<map name="Map">
<area shape="rect" onmouseover="ChangeCursor();" onmouseout="ChangeCursorBack();" coords="295, 72, 445, 95" target="_blank" style="cursor:hand" onclick="var myWindow = window.open('Flash/treeredone.asp','ORGCHART','height=600,width=800,top=0,left=0,scrollbars=no');">
</map>