I would like to use dhtml popup window in response to a mouse click on a picture.
Return to Recent Questions
Q:
I would like to use dhtml popup window in response to a mouse click on a picture.
A:
To open your window on mouse click you should do the following:
<a title="Click to open the window" href="javascript:;"
onclick="deluxePopupWindow.open('win', '<img class=\'border0\'
src=\'../images/Tige/CabinetMod/Tige_CabinetMod04.JPG\' alt=\'Gasket
mount\'>', 'Full Image', 'width=180,height=270,resizable,scrollbars=no,middle,right,fade-effect', 'windowsvista_graphite')">
lt;img class="border0" src="../images/Tige/CabinetMod/Tige_CabinetMod04_small.JPG" alt="Gasket mount"></a>.
Return to Recent Questions
Related:
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
- Dec 12, 2006 - I want that menu css recognize when user has moused off the menu, and then disappear.
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
|