Recent Questions
Q: Is there a way to open the link of my down horizontal menu in the same window?
A: You can set the following parameter:
var itemTarget = "_self";
Q: How can I declare the "delay" time for the opening js popup window?
A: You should set the following parameter:
openAfter:20,
Open after time (secs).
Q: I cannot see my menu on the pages. Could ypu help me?
A: Try to move the following code in the <head> tag
<script type="text/javascript"> var dmWorkPath = "";</script>
<script type="text/javascript" src="dmenu.js"></script>
Notice: your menu won't work correctly if you write src="/dmenu.js"
Q: I have another question concerning pop-up windows. If I do the following:
1) Use the Deluxe Tuner to create a pop-up window.
2) Change the location of the gif, css, and js files from all of them being within "deluxe-popup-window.files" to the files being in separate directories and
3) Update the "deluxe-popup-window.js" file and the "jaw_skin_windowsvista_graphite.css" file so that they contain the new directory locations
Will the html window function properly? Thanks for the help.
A: If you change all paths in jaw_skin_windowsvista_graphite.css and deluxe-popup-window.jsfiles correctly your popup window should work fine.