I am having a problem trying to figure out how to generate a link to window open html.
Return to Recent Questions
Q:
I love the new pop windows. That is something I need right now. I am having
a problem trying to figure out how to generate a link to window open html. I
looked at what you have on your site but it is not clear to me.
A:
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>
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.
Or you want to open a popup onMouseover, onClick or onMouseout on a link.
So, you should create a link (you can also use other object) on your page and set id="" for it, for
example:
<a href="javascript:;" id="link">Open popup OnClick</a>
<a href="javascript:;" id="over">Open popup OnMouseover</a>
<a href="javascript:;" id="out">Open popup OnMouseOut</a>
In Deluxe Tuner you should set:
onMouseOver - over
onMouseOut - out
onClick - link
If you want to show the window open html when your page loads you should leave these fields empty:
onMouseOver:"",
onMouseOut:"",
onClick:"",
Return to Recent Questions
Related:
- Sep 30, 2006 - How can I open the link in a new window with your DHTML MENU?
- Oct 31, 2006 - Java script executes when the link is clicked it is not the html drop down link itself.
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 29, 2006 - How can I open sliding drop down menu on simple link mouse over?
- Jan 03, 2007 - In the horizontal drop down menu my html files still open in a new window.
- Jan 08, 2007 - Do you have a list of which browsers that your dhtml floating window is compatible with?
- Jan 28, 2007 - I would like to add a javascript link with onclick event to the html jump menu
- Feb 08, 2007 - I set a target at '_mainFrame' for my menu in html but it opens in its own window.
- Feb 15, 2007 - I can see only the code generated by the GUI tool.How should I install html menus?
- March 11, 2007 - I cannot configure the actual links or link names in the html floating menu?
|