F
Fleemo
Is there any way to have a browser window resize itself when
displaying a new HTML page? I'm using the javascript below to open a
NEW window at a certain size, but I'd prefer the page to load in the
same window, just sized differently. Here's the script I'm currently
using:
<a href="#" onClick="MyWindow=window.open('THE_DOC.html','MyWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=575,height=805,left=20,top=20');
return false;">
Any input appreciated.
displaying a new HTML page? I'm using the javascript below to open a
NEW window at a certain size, but I'd prefer the page to load in the
same window, just sized differently. Here's the script I'm currently
using:
<a href="#" onClick="MyWindow=window.open('THE_DOC.html','MyWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=575,height=805,left=20,top=20');
return false;">
Any input appreciated.