Let's say I have four hyperlinks on a webpage.
The first in the top 25% of the page, the second at the middle, the third at 75% and the 4th at the bottom,
if each one of these hyperlinks opens a new window, how do i get the popup to stay in the same location as the hyperlink, I want it to open with out the "main" page moving?
I am using this right now, and know it moves the window top left, but can't figure out how to make it stay put in relation to the link.
<a href="#"onclick="javascript:window.open('1stwindow.html','firstwindow','width = 400, height = 450, scrollbars=yes,right=30,top=30,resizable=yes')">Open First Window
</a>
The first in the top 25% of the page, the second at the middle, the third at 75% and the 4th at the bottom,
if each one of these hyperlinks opens a new window, how do i get the popup to stay in the same location as the hyperlink, I want it to open with out the "main" page moving?
I am using this right now, and know it moves the window top left, but can't figure out how to make it stay put in relation to the link.
<a href="#"onclick="javascript:window.open('1stwindow.html','firstwindow','width = 400, height = 450, scrollbars=yes,right=30,top=30,resizable=yes')">Open First Window
</a>