Search found 2 matches

by aqk
Fri Oct 18, 2002 2:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Calling Javascript fuctions from Menu system
Replies: 2
Views: 3127

Thanx!

the escaped dble-quotes that you suggested seemed to do the trick!

Some results currently visible at http://www.plonque.com

- Tony (A.Q.) King, the ol' plonquemaster
by aqk
Thu Oct 17, 2002 8:01 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Calling Javascript fuctions from Menu system
Replies: 2
Views: 3127

Calling Javascript fuctions from Menu system

Hi-
I'm trying to invoke a javascript function 'launch' in another frame from a menu item as follows-

"XXX","javascript:launch(200,200,'eeeek.htm') target=ZZ",,,2,

The arguments 200,200, get passed OK, but the literal in single-quotes somehow does not get passed properly to my 'LAUNCH ...