Click to See Complete Forum and Search --> : Dreamweaver Double Pop Up Window Problem


jamesx521
06-04-2003, 11:57 PM
I wrote this in the Java Script Forum. I'll write it here shorter:

Here is my site www.xn3ct.net
go to the right and click on any of the 3 graphics, there is suppossed to be one resized window that pops up. But the problem is two windows open.

If you check out my source code, it's messy because I did the site in Fireworks and then exported it to Dreamweaver, or I think it was the opposite, I opened the Fireworks site from Dreamweaver and did the final site from there.

So basically I have 9 images in the site that are links to pop up windows with specific size. However the problem is that once you click on the link two indows pop up:
1 is the with the specific size - the one I want, and
2 is a normal, full screen window with the same image centered.

How do I get rid off of that second one? Thanks.

james

nuthead
06-05-2003, 06:47 AM
Seems to work fine for me!

all i can think of is because you have the <a> tag opening a window as well as the javascript.

try:
changing the <a href="htmlx.html" to <a href="#"
deleting the target="_blank"
and adding ; return FALSE; to the end of the onMouseOver and onMouseOut
on all your links

Khalid Ali
06-05-2003, 02:03 PM
Moderators Note:
Cross posts are not appreciated.