|
|
I've spent the last 30 minutes or so looking for samples on how to create a simple pop up window.
Return to Recent Questions
Q:
I've spent the last 30 minutes or so looking for samples on how to create a simple pop up window.
I downloaded the trial, put in the html, saved the js file, etc etc. But there is no sample so I can't see exactly how to do the html.
Like, in the tuner it says to enter the ID of the link. What is this? where do I put the
onClick code? where can I find the onClick code?
There is a lot of info missing here.
Please send a simple template so I can see how a popup is done. Not a menu, just a popup.
A:
> But there is no sample so I can't see exactly how to do the html.
You should create the pop up window in Deluxe Tuner and export it in the HTML page "File/Export/To HTML".
See more info about installation here:
http://deluxepopupwindow.com/window-installation-info.html
> where can I find the onClick code?
See you can show the popup window when you hover, click or mouseout on some elements on your
page. For example you've added an image in your html page. You should specify the ID for it, for example:
<p><img id="open_popup" border="0" src="images/submenu-bg.gif" width="170" height="29"></p>
So, in the 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 manually. You should specify ID's - id="xxxx"
for <a>, <div>, <img> ... tags.
If you want to show the popup when your page loads you should leave these fields empty:
onMouseOver:"",
onMouseOut:"",
onClick:"",
Return to Recent Questions
Related:
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 12, 2006 - Can I create a scroll vertical menu on the right side and the subnav popout on the LEFT?
- Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
- Dec 28, 2006 - How do I create more space between the menu items in my simple javascript menu?
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
- Feb 22, 2007 - I like popup-mode html menu sample but I could make it to work on my computer.
- Feb 25, 2007 - Could you please help me with creating of popup menu javascript?
- March 13, 2007 - My drop down menu scripts don't work with a popup.
- March 17, 2007 - The javascript popup code gives the (first) menu of the top menu.
|