Just to give you a hint...

March 26, 2004 by Kutt Niinepuu
The hotspot acts like a regular link. So you could use any suitable javascript you could find on the net and call it via the HREF property or via the onClick event. HREF version would be easier (you insert the short javascript code directly between the double quotes of the link). Something like (beware, the syntax surely contains errors, as I'm making this up right now, but you can find the scripts everywhere)

The code, the code!!!

href="javascript: newwindow('path_to_jpg_file', 'popup_title', width=200, height=200, noresize, toolbars=no);"

DW has it!

March 28, 2004 by Thomas Bay

Simply open Dreamweavers built in behaviours. At the bottom set "Show Events For" to "4.0 Browsers And Later" (if it' not all ready checked)

Next apply the behaviour "Open Browser Window", set the parameters you need for your popup and DW will do the javascript and everything else needed to make it work

 

 

 

See all 7 Comments