|
|
I'm trying to find a decent, simple, working example of a dynamically-generated dhtml popup window.
Return to Recent Questions
Q:
I'm trying to find a decent, simple, working example of a
dynamically-generated DHTML Pop-up Window. Using the "Deluxe Tuner" to
generate static files is unacceptable for our use. We must create pop-up
menus on the fly.
I tried piecing together a working pop-up window application, but kept
getting "Error! Skin Load!" and couldn't figure out what files or where to
get them (or put them) for the Windows Vista Graphite skin.
A:
Create a new project, choose the Windows Vista Graphite Style for it.
Save your project. Use in your html file this function to open a window for your link :
onclick="deluxePopupWindow.open('window1', 'Content1', 'Window1','width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect',
'windowsvista_graphite')";
See additional information about these functions here:
http://deluxepopupwindow.com/window-installation-info.html
Return to Recent Questions
Related:
- 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?
- Jan 08, 2007 - Do you have a list of which browsers that your dhtml floating window is compatible with?
- Aug 02, 2007 - We want to right click on the javascript dhtml item and choose open in a new window
- Oct 13, 2007 - How to open a link in to a new window by right clicking on the dhtml dropdown menu
- Nov 07, 2007 - Why I'm only seeing just a small percentage of the templates for the css rollover menus?
- Nov 20, 2007 - How I can make the current dhtml popup menu item to be highlighted?
- Mar 10, 2009 - Can I make dhtml menu sample so a user can open a link on a Deluxe-Menu in a new browser tab instead of a new window using IE?
- May 19, 2009 - I can add dhtml popup menu items and submenu items, but each new sub menu item is placed at the bottom of that list.
- Jun 07, 2009 - All dhtml dropdown menu links opens in a new window even when they're configured to open in the same page...
- Aug 25, 2009 - Drop down menu in css always shows up behind the dhtml windows that I am trying to use.
|