HTML: popup window problem?

Reticon

New member
Hello everyone,
So, I'm just about done with this website. In this website I have three links. all with their own, individual popup html

example:
<a href = "temp_unv.html" onclick="window.open
('temp_unv.html','popup',' width=225, height=110,
scrollbars=no, resizable=no, tooblar=no,
directories=no, location=no, menubar=no,
status=no,left=65,right=0,top=433');
return false">

it's all HTML, no CSS.

Here's my problem. Say I click on one of the three links...
it gives me the popup. NOW, when I go to click my OTHER link (while that window is still open) it inherits the window size! so I have a PDF document that gets viewed in a TINY 200 or so px space.

How can I stop my html from inheriting the popup window from before? (by the way, it ONLY happens with the previous popup window is open).

Any help guys would be AWESOME, thanks!
 
Back
Top