Log in

View Full Version : resizing browser window...



remp
10-12-2007, 08:08 PM
Greetings! i have a website and in it, i have a link that opens a window browser and a smaller size (500x300); my question is: is there a way i can automatically make return the window to its original size when visitors click on a link? hope you understand...

insanemonkey
10-12-2007, 08:13 PM
do you use onclick function to do the popup, or you can try this
put this in a tag
target="_blank"
it opens up a new full window.
and could you please say it a little clearer, i don't qiute no what you mean.
give a link if possible..

boogyman
10-12-2007, 08:14 PM
you would need to either use a cookie or a session variable (if server-side language)...


and could you please say it a little clearer, i don't qiute no what you mean.
he is opening a popup window, and wants to know how after clicking some other link make that window the size of the original window's dimensions

remp
10-12-2007, 08:54 PM
Thanks for you help, both of you. you are right boogyman, that i exactly what i need, but how exactly can i do this?