View Full Version : about popout-window
This may be a piece of cake for you but for me it's definitely not! So, I have a small window that opens by clicking the link. It works fine but how do I prevent that large window on the bottom not to reload again so that it always starts from the beginning? It's pretty annoying to scroll it all over again... Thanks in advance!
head_0n
07-15-2002, 01:01 PM
what large window?!
could you be more specific? for example show the URL where you're trying it, or simply write down the code.
i didn't get it all.
abel.
premshree
07-15-2002, 01:47 PM
Try this:
<a href="javascript:void(0);" onClick="window.open('home.htm', 'Welcome', 'width=400, height=400');">Click Here</a>
:thumbsup:
Sorry not expressing myself clear... Below is the code that opens new window. I tried to replace URL with the code premshree wrote but it didn't work: the page could not be found.
So what I meant with the big window is the page where I'm launching a new small one... And that same page is the one I want back but not in the beginning but where I left.
<a href="http://www.geocities.com/xxx/xxx.html" onClick="window.open('xxx.jpg','xxx',config='width=400,height=400,scrollbars=0,menubar=0,location=0,resizable =0,left=100,top=50')"><img src="Ball.gif" border=0 width=10 alt="open"></a>
I already got it right! Well, that original code was anything but what I meant. I'm soooooo gooooood with this, heh.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.