|
|
I am still requiring a long delay to keep the pop-up window open from loading as the page loads.
Return to Recent Questions
Q:
I still am having no luck with Firefox showing an Incorrect Copyright nag
(Again, just Firefox for Mac; no problem with other browsers.)
Also, I am still requiring a long delay to keep the pop-up window open from loading as
the page loads. Script reads:
deluxePopupWindow.attachToEvent(win,'openAfter=,,onClick=Image2,,,')
}, 'load')
A:
Delete 'openAfter=' at all from deluxePopupWindow.attachToEvent
function (in all files):
deluxePopupWindow.attachToEvent(win,',,onClick=Image2,,,')
deluxePopupWindow.attachToEvent(win,',,onClick=Image21,,,')
deluxePopupWindow.attachToEvent(win,',,onClick=Image22,,,')
deluxePopupWindow.attachToEvent(win,',,onClick=Image23,,,')
deluxePopupWindow.attachToEvent(win,',,onClick=Image24,,,')
In that case popup windows won't show till you click on the images.
You should write NOSCRIPT tag in the following way:
<noscript><a href="http://deluxepopupwindow.com">menu drop down by DeluxePopupWindow.com</a></noscript>
I've just checked it. There is no nag message in Firefox in that case.
But notice that you won't have nag message on your website only. On a
local machine you'll have nag message.
Return to Recent Questions
Related:
- Sep 30, 2006 - How can I open the link in a new window with your DHTML MENU?
- 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 03, 2007 - In the horizontal drop down menu my html files still open in a new window.
- Feb 08, 2007 - I set a target at '_mainFrame' for my menu in html but it opens in its own window.
- April 10, 2007 - Can the link items NOT open a new window in the vertical menu scripts?
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- April 15, 2007 - Is there a way to create a vertical menu html with the submenus fly out to the left
- Aug 01, 2007 - I wanna open link in new window after click link in java script menu
- Aug 02, 2007 - We want to right click on the javascript dhtml item and choose open in a new window
- Aug 31, 2007 - Sometime the user would like to open link of easy drop down menu in a new window
|