compiled by thepcsweb.com
87
Using JavaScript
lThe next step is to modify how the Item Links are entered in the menu items.
–Instead of entering a hyperlink as the Item Link you specify a JavaScript routine to run
–These routines are numbered sequentially starting with 1 and are specified as the Item Link in the format “javascript:x” where x is the routine sequence number
–You also specify the Link Target as “_” because the JavaScript can’t be run in a specific window
–Example
 <param name=“menuItems”
      value=“{Link One,javascript:1,_}
             {Link Two,javascript:2,_}
             {Link Three,javascript:3,_}
             {Link Four,javascript:4,_}”>