No doubt you have the link in both the href attribute and the OpenBrWindow
behavior. To fix this, change this -
<a href="whatever.html" onClick="MM_openBrWindow(...)">
to this -
<a href="whatever.html" target="_blank" onClick="MM_openBrWindow(...);return
false">
Now you have a link that will work (almost correctly) whether your visitor
has javascript enabled or not.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"forumnotifier" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I am trying to get a po-up window when someone clicks the link on my site.
I
am not sure that I am doing this right. I created the pop-up using
Behaviors
but the link comes up in the main window as well as the pop-up. Here is
the
link if someone doesn't mind taking a look to see what I am doing wrong.
Click
on ABOUT to see the pop-up. Thanks.
Mark :confused; |