|
|
What command that I use the HTML code that will be showing in the html javascript popup to close window?
Return to Recent Questions
Q:
What command that I use the HTML code that will be showing in the html javascript popup to close window?
A:
Try to use the following functions to show and hide popup window:
deluxePopupWindow.open()
hide()
For example you should write:
["","javascript:deluxePopupWindow.make('window', 'http://google.com/', '#1: Google Web site', 'width=590,height=350,resizable,scrollbars,minimizable,fullscreen,
centerscreen,move-effect=top,,opacity=1,floatable=yes', 'default')","icon.gif"]
["","javascript:document.getElementById('window').hide();","icon.gif"]
Notice also that you should move the following code from your data file on your html page directly inside SCRIPT tags:
<script type="text/javascript">
menuItems[
[...]
];
dm_init();
</script>
See more info:
http://deluxepopupwindow.com/window-installation-info.html
Return to Recent Questions
Related:
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 21, 2006 - Why the javascript submenu alignment changes depending on the browser window size?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Nov 25, 2006 - I need only one column of submenu html to be displayed, all other columns should be closed.
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- 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 26, 2007 - How can I insert html code into javascript collapse menu?
- Jan 28, 2007 - I would like to add a javascript link with onclick event to the html jump menu
|