|
|
What am I supposed to enter in the actions tab in the popup generator?
Return to Recent Questions
Q:
It works almost ok BUT without the use of Deluxe Tuner. It seems NOT to be
able to provide such results for the creation of popups when a link is
clicked (not when a page is loaded).
On top of that, what am I supposed to enter in the actions tab in the popup generator?
And what is more, when I click on the 1st link I get a fine sample but when I click on the
2nd one, background colour of the 1st link appears for a about second. How
do I get rid of that?
A:
> On top of that, what am I supposed to enter in the actions tab in the
> popup generator?
For example you want to open a popup onMouseover, onClick or
onMouseout on a link.
So, you should create a link on your page and set id="" for it, for
example:
<a href="javascript:;" id="link">Open popup OnClick</a>
<a href="javascript:;" id="over">Open popup OnMouseover</a>
<a href="javascript:;" id="out">Open popup OnMouseOut</a>
In Deluxe Tuner you should set:
onMouseOver - over
onMouseOut - out
onClick - link
So you'll have
deluxePopupWindow.attachToEvent(win,',,onClick=link,onMouseOver=over,onMouseOut=out,')
See the attached example.
> And what is more, when I click on the 1st link here
> http://www.acting.gr/test.html I get a fine sample but when I click on the
> 2nd one, background colour of the 1st link appears for a about second. How
> do I get rid of that?
You have such effect because you use fade-effect for your popup
windows.
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Feb 17, 2007 - How I can edit/specify the color schemes on the Glass style tabs in html?
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
- Feb 25, 2007 - Could you please help me with creating of popup menu javascript?
- March 02, 2007 - Is there a way to establish a setting such that when a toggle menu Item is CLICKED
- March 06, 2007 - I got "Access violation at address 004AACF7..." in css menu generator
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- March 15, 2007 - In my dynamic html menu I'm getting an error - Error: 'floatable' is undefined
- March 20, 2007 - Is there a way to set the default java tab showing on a page load?
- March 25, 2007 - I can not figure out how to fix the tabbed menu from going off the page in Mozilla
|