Tara
02-05-2003, 02:30 AM
I'm sure it must be possible to have popup windows smaller than 100px, but I can't for the life of me get this one to work.
<script language="javascript">
function showme()
{
opening=window.open("showme.html","popup",'toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,copyhistory =yes,width=320,height=53 left=20 top=20');
}
</script>
The height's 53px, but it opens the window with a height of 100px. It's nothing to do with showme.html, either, I've tried using it as a blank page. I've also played with scrollbars on, off, and auto, and can't figure out what else I could be doing wrong! It's in the head and everything, and works fine elsewise, it's just determined to stay at 100px high. I'm sure it's something simple, but I can't see it..
Thanks!
<script language="javascript">
function showme()
{
opening=window.open("showme.html","popup",'toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,copyhistory =yes,width=320,height=53 left=20 top=20');
}
</script>
The height's 53px, but it opens the window with a height of 100px. It's nothing to do with showme.html, either, I've tried using it as a blank page. I've also played with scrollbars on, off, and auto, and can't figure out what else I could be doing wrong! It's in the head and everything, and works fine elsewise, it's just determined to stay at 100px high. I'm sure it's something simple, but I can't see it..
Thanks!