I cannot make the following code work the way I want it to.
The following line, display the "news.htm" file in a new window, but the description "Open News in Small Window", takes on the colors of the "Properties" array.
,"Open News in Small Window","javascript:openNewWindow(\"news.htm\",200,200,\"\")","# onfontcolor=ffffff;onbackcolor=0000ff;offfontcolor=ffffff;offbackcolor=0000ff;",,1
The following line, changes the description "Open News in Small Window" to the color (blue) that I want, but the "javascript" call does not work.
,"Open News in Small Window","# onfontcolor=ffffff;onbackcolor=0000ff;offfontcolor=ffffff;offbackcolor=0000ff;","javascript:openNewWindow(\"news.htm\",200,200,\"\")",,1
I just want this one menu item to have a different color than the other menu items and execute the javascript on "click". Can someone please give me some suggestions.