|
|
I cannot seem to make this NOT showing me a window open example when the page opens.
Return to Recent Questions
Q:
I am afraid I am still having difficulties.
Key issue is fine, no problems there. However, I cannot seem to make this
NOT showing me a window open example when the page opens. I just want to have
popups upon click. What I want is to be able to create links, within the
same page, that will popup windows of different content and size, all upon
click (not upon page loading.
What am I doing wrong here?
In the site I have the following:
1. A www.domain.gr/deluxe-popup-window.files folder
2. A http://www.domain.gr/deluxe-popup-window.js script
3. and my test page creating the popups
So, in my sample page:
1. I do NOT want to have the 1st popup which loads automatically as the page
opens
2. I want to have the 2 samples shown there, Sample 2 and Sample 3.
3. These 2 samples must show windows of different width and height.
Please help me here.
Looking forward to your answer.
A:
Delete openAfter= text from the deluxePopupWindow.attachToEvent()
function in the following file:
http://www.domain.gr/deluxe-popup-window.js
In that case popup window won't show till you click on the link.
deluxePopupWindow.attachToEvent(win,',,,,,')
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 05, 2006 - I can not createPopup windows by clicking on a menu.
- 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 22, 2007 - The Norwegian characters are not showed in the javascript menu drop down correctly.
- Jan 27, 2007 - The Janarator image does not show javascript menu example
- Feb 08, 2007 - I set a target at '_mainFrame' for my menu in html but it opens in its own window.
- Feb 23, 2007 - When I upgraded the browser to IE 7, the html sliding menu doesnot show any more.
- March 26, 2007 - I cannot see the shadow on the top items in my drop down menu example.
- March 28, 2007 - For some reason my item separator image will not show in javascript slide down menu
|