From: Chris Sweeting on
I have exactly the same problem. Can you explain again PLEASE. The <A> on
Click is confusing me. and wht do I need Smart Link.
Thanks again,
Chris.

"Murray *ACE*" <forums(a)HAHAgreat-web-sights.com> wrote in message
news:f2iqha$cn2$1(a)forums.macromedia.com...
> Try this. Change this -
>
> <img src="images/art_pieces/nov16/c_of_c_2.jpg" width="108" height="70"
> border="1"
> onClick="openPictureWindow_Fever('images/art_pieces/nov16/c_of_c.jpg','600','391','Comfort
> of Compadres','','')">
>
> to this -
>
> <a href="#"
> onClick="openPictureWindow_Fever('images/art_pieces/nov16/c_of_c.jpg','600','391','Comfort
> of Compadres','','');return false"><img
> src="images/art_pieces/nov16/c_of_c_2.jpg" width="108" height="70"
> border="1" ></a>
>
> and see if that works.
>
> If it does, your problems are caused by the fact that you have applied the
> behavior TO THE IMAGE TAG, and not TO AN ANCHOR THAT WRAPS THE IMAGE.
>
> What you should do (to avoid this) is to change the event on all the
> remaining images from onClick to <A> onClick, by selecting the behavior in
> the Behaviors panel, and dropping down the event list for it. That will
> get you the <a> tag, but it will not get you the 'return false'. To get
> that, try David Powers' excellent "Smart Link" extension from the Adobe
> Exchange.
>
> --
> 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
> ==================
>
>
> "hollybelle" <webforumsuser(a)macromedia.com> wrote in message
> news:f2iea2$su3$1(a)forums.macromedia.com...
>> Hi Murray
>> Here is a link to a page which demonstrates my problem with the pop up
>> images:
>> http://www.genalacoste.com/gallery3_temp.htm
>> The top row/top four images had the Picture Window Fever Behavior applied
>> via
>> DW8 - what I get when I view this page in both Safari & Netscape is a
>> long
>> rectangular box with a question mark in it. The lower two rows of the
>> table
>> (bottom 8 images) still appear to have the popups working properly
>> because I
>> haven't touched them since I applied the Behavior in my DWMX days.
>>
>> I actually pulled this site down on an older PC computer (I'm generally
>> on a
>> Mac) that still has DWMX on it... I can apply the Picture Window Fever
>> Behavior
>> to the images with no problem using that software.
>>
>> Any suggestions would be appreciated.
>>
>>
>
>


From: hollybelle on
Hi there

Sorry... away for a bit. Thanks for the suggestions. I'll give them a try and let you know how it goes.