PDA

View Full Version : Browser Resize???


DBZD
10-10-2002, 08:51 PM
Hello, i am looking for a way to have a window be resized when it is loaded.

I have a link on my page that pops up in a new window... and when someone clicks that link i need it to be resized to 200 by 200

anyone know what to do?

brass fish
10-11-2002, 02:22 AM
do you mean you want to size the window that you poped up or resize the main window? If you want to size the window you opened then you can use javascript.

<a href="#" onClick="var window1=new window('file_to_linkto','name_of_win','width=200,height=200');return false;">link name</a>