HighDots Forums  

Help with DW opo-up window

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Help with DW opo-up window in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
forumnotifier
 
Posts: n/a

Default Help with DW opo-up window - 09-12-2006 , 11:04 AM






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;


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Help with DW opo-up window - 09-12-2006 , 11:44 AM






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;




Reply With Quote
  #3  
Old   
Mark Chambers
 
Posts: n/a

Default Re: Help with DW opo-up window - 09-13-2006 , 10:32 AM



How do I accomplish this using only the "gumby" side of DW and not the code? I
am a noob at this.

Here is the link by the way:

http://www.markchambersmusic.com/index1.html

Click on about and you'll see what happens.


Reply With Quote
  #4  
Old   
Mark Chambers
 
Posts: n/a

Default Re: Help with DW opo-up window - 09-17-2006 , 10:28 AM



Somebody, help me please.:

:sad;

http://www.markchambersmusic.com/about.html

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.