Forums

This topic is locked

Advanced Window Open 3 / Rollover incompatibility

Posted 10 Dec 2002 02:03:18
1
has voted
10 Dec 2002 02:03:18 Olivier D'Arceaux posted:
I'm using Dreamweaver MX. I have a rollover image that I would like to use to launch a pop-up window using Advanced Window 3. The code outlined below functions, but only allows the pop-up to launch "onMouseOver". I would like this to only launch "onClick". However as soon as try to alter the code, the rollover functionality disappears. Can anyone help me achieve this?

<a href="javascript:;" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image85','','images/bin_red.gif',1);GP_AdvOpenWindow('addtobin.asp','popup1','fullscreen=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,channelmode=no,directories=no',420,230,'center','ignoreLink','',0,'',0,1,5,'');return document.MM_returnValue"><img src="images/bin.gif" name="Image85" width="215" height="29" border="0"></a>

Thanks -

Replies

Replied 10 Dec 2002 10:08:34
10 Dec 2002 10:08:34 Martha Graham replied:
I just tried to do this in Dreamweaver MX.

I inserted a rollover image and left the when clicked go to URL empty.

I saved the page, selected the image and applied Advanced Open Window 3 with onclick.

It worked like that. I did not alter the code by hand.

Let me know if this works for you.


Martha Graham
Replied 10 Dec 2002 18:37:14
10 Dec 2002 18:37:14 Olivier D'Arceaux replied:
You are correct. It works just fine. I had accidentally set my Dreamweaver MX to display actions for version 3 or earlier browsers. For this reason, onClick wasn't appearing and I had tried to manually alter the code.

Thanks for your input.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I just tried to do this in Dreamweaver MX.

I inserted a rollover image and left the when clicked go to URL empty.

I saved the page, selected the image and applied Advanced Open Window 3 with onclick.

It worked like that. I did not alter the code by hand.

Let me know if this works for you.


Martha Graham
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 10 Dec 2002 18:45:00
10 Dec 2002 18:45:00 Martha Graham replied:
You are very welcome.

Martha Graham

Reply to this topic