Binky
08-02-2006, 03:26 PM
I'm using this link to open popup windows on a page:
javascript:newPopwin('something.html') on a page with this in the head</script><SCRIPT LANGUAGE="JavaScript">function newPopwin(page){Popwin=window.open(page,'','width=400,height=400, scrollbars=0,'+'resizable=yes,status=0,menubar=0,toolbar=0,'+'loc ation=0,directories=0,copyhistory=0');}</script>
The popup contains a link to another site. How can I get that link to either close the popup and open a new full-sized page, or open the linked page in the same window but resized to full size?
javascript:newPopwin('something.html') on a page with this in the head</script><SCRIPT LANGUAGE="JavaScript">function newPopwin(page){Popwin=window.open(page,'','width=400,height=400, scrollbars=0,'+'resizable=yes,status=0,menubar=0,toolbar=0,'+'loc ation=0,directories=0,copyhistory=0');}</script>
The popup contains a link to another site. How can I get that link to either close the popup and open a new full-sized page, or open the linked page in the same window but resized to full size?