Search found 9 matches

by leonard
Fri Aug 13, 2004 5:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Call a javascript file in a menu
Replies: 8
Views: 7089

Can anyone give an example? :)
by leonard
Mon Aug 02, 2004 8:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Call a javascript file in a menu
Replies: 8
Views: 7089

aI("text=Email Us;javascript=/bins/js-bin/email.js;status=Send Email;");
The above does not work?

Can anyone give an example of calling a javascript file {filename.js} as a menu item?

Thanks, :?

Leonard
by leonard
Sat Jul 31, 2004 6:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Call a javascript file in a menu
Replies: 8
Views: 7089

I think you are calling an inline javascript command. I am trying to call a javascript file like:

/bins/js-bin/email.js

aI("text=Email Us;javascript=/bins/js-bin/email.js;status=Send Email;"); ???

Can anyone give an example of calling a javascript file {filename.js} as a menu item?

Thanks ...
by leonard
Sat Jul 31, 2004 5:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opera ignores itemwidth property
Replies: 7
Views: 5340

Thanks for the quick response.

Version 5.36 fixed the width problem. Thank you Andy. It also fixed a Opera disappearing border problem, which I do not notice any longer. As a bonus, now everything seems fairly stable down to NS4.79 .

Thanks Maz, I was missing semicolons on the last item inside the quote. These "); have been ...
by leonard
Wed Jul 28, 2004 9:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opera ignores itemwidth property
Replies: 7
Views: 5340

Please look at new examples, the images have
measurements and notes.

Capture Examples:
http://meteorcrater.sciencedata.net/milonic/ie6.jpg
http://meteorcrater.sciencedata.net/milonic/mozilla.jpg
http://meteorcrater.sciencedata.net/milonic/opera.jpg
http://meteorcrater.sciencedata.net/mil ...
by leonard
Wed Jul 28, 2004 5:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opera ignores itemwidth property
Replies: 7
Views: 5340

I just double checked each line and I have a semicolon at the end of each item.

Thanks :)

Leonard :?
by leonard
Tue Jul 27, 2004 10:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opera ignores itemwidth property
Replies: 7
Views: 5340

Opera ignores itemwidth property

Hello all,

Opera seems to ignore the "itemwidth" property on main menu and works on sub-menus. Has anyone found this to be true? No problems in IE6 or Mozilla. I have tried with and without " " and many other things to no avail?

Capture Examples:
http://meteorcrater.sciencedata.net/milonic ...
by leonard
Tue Jul 27, 2004 10:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Call a javascript file in a menu
Replies: 8
Views: 7089

Thanks for the help, but I could not get a link to the "javascript=" to execute (probably don't know what I'm doing):
aI("text=Email Us;javascript=/bins/js-bin/email.js;status=Send Email");
The script would encrypt email address from spammers.

I just wanted a simple mangled "mailto:" and this seams ...
by leonard
Tue Jul 27, 2004 10:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Call a javascript file in a menu
Replies: 8
Views: 7089

Call a javascript file in a menu

Hello all,

How can I call and execute a javascript file in a menu
with url, clickfunction or etc?

Here is one of my bad attempts:
aI("text=Email Us;clickfunction=javascript:document.write(\"<script language='JavaScript' src='/bins/js-bin/email.js' type='text/javascript'></script>\")\;;status=Send ...