Is it just me, or does Netscape Navigator not respond to hieight and width commands when opening a popup window. I can't believe this is right.
Here's the code I've been using :
<script>
function openWin(page) {
var newWin = window.open(page, "recipes", "scrollbars=1, width=540, height=300"
newWin.moveTo(0, 0);
}
</script>
Then, I've called it here :
<p><a href="javascriptpenWin('offers_surfer.html')">Surfer Offers</a></p>
IE is quite happy with this, but navigator refuses to recognize height and width.
Any Ideas,
Gord. [sig]<p>Gordon Thomas<br><a href=mailto:gordon@iwebagency.com>gordon@iwebagency.com</a><br><a href= [/sig]
Here's the code I've been using :
<script>
function openWin(page) {
var newWin = window.open(page, "recipes", "scrollbars=1, width=540, height=300"
newWin.moveTo(0, 0);
}
</script>
Then, I've called it here :
<p><a href="javascriptpenWin('offers_surfer.html')">Surfer Offers</a></p>
IE is quite happy with this, but navigator refuses to recognize height and width.
Any Ideas,
Gord. [sig]<p>Gordon Thomas<br><a href=mailto:gordon@iwebagency.com>gordon@iwebagency.com</a><br><a href= [/sig]