|
|
I want frameless popup window to appear when an image is clicked..
Return to Recent Questions
Q:
I want frameless popup window to appear when an image is clicked, but at the moment it appears automatically on page load..
A:
You can specify the ID of the element you want to click on.
Actions sections in Deluxe Tuner, onClick parameter.
1) You can show the popup window when you hover, click or mouseout on some elements on your
page. For example you have:
<p><img border="0" src="images/submenu-bg.gif" width="170" height="29" id="open_popup"></p>
So, in Deluxe Tuner you should enter 'open_popup' object ID in the onMouseOver,
onClick or onMouseOut fields.
Actually you can assign id to any object on your page:
add id="open_popup" for <a>, <div>, <img> ... tags.
2) You can also use deluxePopupWindow.open() function to open the popups.
More info about deluxePopupWindow.open() function you can find:
http://deluxepopupwindow.com/window-installation-info.html
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Use another winID (first parameter) than you have in your data file if you don't want to close 1-st popup window or use the
same winID=win if you want to close 1-st popup.
content - will be the path to the file you want to load in your popup (files/test.html)
skin - is the name of your skin
contentType - set this parameter to iframe.
Return to Recent Questions
Related:
- Nov 29, 2006 - Why the background images disappear for a while after hovering over html menubar?
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Jan 21, 2007 - I cannot get the Janarator images to appear in the javascript right click menu.
- March 19, 2007 - I have 25 icons (images) on one page. Each image needs it's own popup layer.
- March 30, 2007 - The page I call in mouseover drop down menu could not found.
- Mar 27, 2009 - When I try to install dynamic dropdown menu onto html files that appear in subfolders of the site, the images do not appear.
- May 11, 2009 - Is it possible to have the sub menu of my collapsible dhtml menu that appear when the "+" is clicked stay open when another page loads.
- Jun 17, 2009 - The after item image is not appearing in my access drop down menu � do you have any idea why that would be?
- Sep 07, 2009 - When I converted javascript menu codes to a popup window, dm_ext_changeItem does not seem to work.
- Oct 06, 2009 - The online dhtml menu works fine in Internet Explorer but, comparing the load time of IE with Firefix, Firefox is considerable faster.
- Nov 09, 2009 - My problem is that the sub menus I have created in my java script tabs disappear very quickly after being clicked.
|