MissingUrl Parameter

Controls behavior of the PopupNavigator applet when URL is missing from menu item. This is useful when menu item is for display only.

Format

Value="<MissingUrlMode>"
Default="ERROR"

<MissingUrlMode> has one of the following values:

Examples

Ignore missing URLs

PopupNavigator Java Applet - JDK 1.1.3 needed

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

Disable items with missing URLs

PopupNavigator Java Applet - JDK 1.1.3 needed

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

 

PopupNavigator Reference Home