Why is the new window ignoring my sizing?

liunx

Guest
Here's the deal:<br />
<br />
I have created a slide show. The page which it launches from SEEMS to have the right code to size the window properly, but the window STILL comes out to small. In my editor, when I launch it from there, shows it as the right size. But when I view it from our staging server, it's too small. Could it be that the size problem is stemming from the actual slide show script?<br />
<br />
I'm guessing there's an overriding script somewhere but I'll be d--ned if I can find it.<br />
Here it is:<br />
<br />
</HEAD><br />
<BODY><br />
<H3 align=left><FONT face="Arial Narrow">View Photos of:<BR></FONT></H3><br />
<HR width=200 align=left><br />
</FONT><br />
<br />
<A style="TEXT-DECORATION: none"<br />
onclick="window.open('','popup1','height=450,width=350,scrollbars=auto,resize=no')" target=popup1 href=http://www.htmlforums.com/archive/index.php/"senior_o_ss.htm" ><FONT face=Arial>Senior Officer <br />
Housing</FONT> </A><BR><br />
<br />
<A style="TEXT-DECORATION: none"<br />
onclick="window.open('','popup1','height=450,width=350,scrollbars=auto,resize=no')" target=popup1 href=http://www.htmlforums.com/archive/index.php/"senior_e_ss.htm" ><FONT face=Arial>Senior Enlisted Housing<BR></FONT><br />
<br />
</A><A style="TEXT-DECORATION: none"<br />
onclick="window.open('','popup1','height=450,width=350,scrollbars=auto,resize=no')" target=popup1 href=http://www.htmlforums.com/archive/index.php/"enlisted_ss.htm" ><FONT face=Arial>Enlisted Housing</FONT> <BR></A><br />
<br />
<br />
Please help.<!--content--><html> <br />
<head> <br />
<title>pop-up</title> <br />
<script language ="javascript"> <br />
function pop_up(h,w,where){ <br />
size="height=" + h + ", width=" + w; <br />
win = window.open(where, "dep", size, hotkeys="no"); <br />
} <br />
</script> <br />
</head> <br />
<h3>pop-up</h3> <br />
<body"> <br />
<form name="form1" action="" method=""> <br />
<A href=http://www.htmlforums.com/archive/index.php/"#" onclick="pop_up(480,600,'http://www.yahoo.com');">yahoo in 600x480</a><br> <br />
<A href=http://www.htmlforums.com/archive/index.php/"#" onclick="pop_up(600,800,'http://www.webcrawler.com');">webcrawler in 800x600</a><br> <br />
<A href=http://www.htmlforums.com/archive/index.php/"#" onclick="pop_up(780,1024,'http://www.excite.com');">excite in 1024x780</a> <br />
</form> <br />
</body> <br />
</html><br />
<br />
<br />
hope it helps!<br />
chris<pixelmonkey>:monkey:<!--content-->Pixelmonkey (chris):<br />
<br />
If you lived in this area I'd have<br />
to buy you coffee.<br />
<br />
The slide show is fixed and it's all <br />
you, baby!<br />
<br />
Thanks for making me look smarter than<br />
I guess I am!<br />
<br />
Much love<!--content-->great! that one can be found on A-1 Javascripts, as much as i would like to take the credit, i have to give it to them.<br />
<br />
keep having fun at it!<br />
chris<pixelmonkey>:monkey:<!--content-->
 
Back
Top