Syntax Problem

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Syntax Problem

Post by bobwill »

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.
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Forget it, I solved the problem all by myself.
Post Reply