Problem with Onclick Javascript function.

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dbranch
Beginner
Beginner
Posts: 2
Joined: Sun Jan 14, 2007 8:11 pm

Problem with Onclick Javascript function.

Post by dbranch »

I am trying to implemnet this into my menus.

<a href="skype:echo123?call" onclick="return skypeCheck();">


How do I include the onclick into my AI ?

aI(Text=Check;"url=skype:echo123?chat;");

Any suggestions?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Try something like this:

aI("Text=Check;url=skype:echo123?chat;clickfunction=skypeCheck();");

Hope this helps,
Andy
dbranch
Beginner
Beginner
Posts: 2
Joined: Sun Jan 14, 2007 8:11 pm

Post by dbranch »

Andy,

Thanks, it worked like a charm.
Post Reply