basepointdesignz
Programmer
Hi,
I'm trying to open a page in the main (parent) window, from a link on a pop-up window but it's not doing what it's supposed to..
The pop-up window was created using the follwing javascript:
...and that works fine but I would like a link in the text on the pop-up to open the designated page back in the main parent window..
I've tried using the target="_parent" tag in the link code but it only opens the page in the pop-up..
Any ideas??
Cheers,
Paul @ basepoint designz..
basepoint designz
renegade@bpdesignz.com
I'm trying to open a page in the main (parent) window, from a link on a pop-up window but it's not doing what it's supposed to..
The pop-up window was created using the follwing javascript:
Code:
<script language="JavaScript" type="text/javascript">
function helpwindow() {
cadhelpWindow = window.open("cadhelppop.html","CADHELP","height=245,width=320")
}
</script>
...and that works fine but I would like a link in the text on the pop-up to open the designated page back in the main parent window..
I've tried using the target="_parent" tag in the link code but it only opens the page in the pop-up..
Any ideas??
Cheers,
Paul @ basepoint designz..
basepoint designz
renegade@bpdesignz.com