W
wmarler
Hi,
I'm trying to make the browser window resize itself when a new page
loads in the current window.It works for FireFox but not in IE6.
I've tried putting this under head, body and at the very top of the
html script of the new page being loaded,
<script Language="javascript">
self.resizeTo(800,800);
</script>
and I've tried putting javascript in the Flash links, using the same
window name as the current window.
getURL("javascript:var NewWindow=window.open('test1.html', 'newWin',
'width=800, height=800, left=0, top=0,
resizable=Yes,');NewWindow.focus();")
Can anyone help?
I'm trying to make the browser window resize itself when a new page
loads in the current window.It works for FireFox but not in IE6.
I've tried putting this under head, body and at the very top of the
html script of the new page being loaded,
<script Language="javascript">
self.resizeTo(800,800);
</script>
and I've tried putting javascript in the Flash links, using the same
window name as the current window.
getURL("javascript:var NewWindow=window.open('test1.html', 'newWin',
'width=800, height=800, left=0, top=0,
resizable=Yes,');NewWindow.focus();")
Can anyone help?