Thanks a lot for the reference. I've been tumbling around the web site, but didn't go into the support area as I believed that only to be related to the 3.x version. But sure enough I found the 4.x sample document. Thanks!
Quote:
Originally Posted by iSilo
Note that iSiloX/iSilo do not understand JavaScript. If you want selection of a menu item to cause a jump you need to set the value of the onchange attribute of the select element to "GoURLValue(this);".
|
If I understand you correctly that does mean that I could leave out the entire javascript section, and using the given syntax of "GoURLValue(this);" would still work within iSilo?
(And on a side note: I could make the javascript code to be whatever code I want it to be? )