EscapeChar Parameter

If you want to ignore the special meaning of delimiter char, you must precede it with escape char.

Format

VALUE="<Char>"
DEFAULT="\"

Example

Let us say wee want to display delimiter character within menu item label. Of course, we could use default "\", in which case we wouldn't have to include EscapeChar parameter.

PopupNavigator Java Applet - JDK 1.1.3 needed

<applet
  width=
"128"
  height="24"
  code=
"PopupNavigator/PopupNavigatorApplet.class"
  codebase=
"./" archive="PopupNavigator.jar">
<param name=
"EscapeChar" value="#">
<param name=
"0" value="BEPP;http://bepp.8m.com">
<param name=
"1" value="Delimiter char = #;;test1.htm">
<param name=
"2" value="Test Page 2;test2.htm">
PopupNavigator Java Applet - JDK 1.1.3 needed
</applet>

 

PopupNavigator Reference Home