View Full Version : New Windows help (sizing)


punkycake
01-07-2004, 12:17 AM
Okay, when you use the code <a href="URL" target="_blank"> and the new window pops up, how do you change the size of the new window? I know there is a way, because I've seen people do it before! So can anyone help me out?

stargrl329
01-07-2004, 12:25 AM
Do you want a popup window, perhaps? Try here: http://lissaexplains.com/javascript4.shtml#window

kittycat
01-07-2004, 12:32 AM
Or if you don't want the popup, try this:

onload="window.resizeTo(Width, Height)"
and place that in the body tag.

I'm not sure how the code works or if it works, I just found in in a google search :P

punkycake
01-07-2004, 12:48 AM
I've tryed those, but that's not exactly what I'm looking for, and sorry Kitty, but that one didn't work hehe :rolleyes: Thank you guys for trying to help me tho! :)

~x~karyn~x~
01-07-2004, 01:22 AM
Could you explain a little better what you mean? I know a place with a pop-up window generator.

peachie.nu under generators has a pup-up window one. Is that what you want?

punkycake
01-07-2004, 11:12 AM
I found what I was looking for! But thank you!