NavBar

Version : 2.7
Last revised date : 25/09/2000

NavBar offers a sleek interface for professional web sites. The intuitive menu interface offers an ease of use and instant access to all the services provided by the web site.

NavBar is available in 2 versions : the freeware version and the registered version. The freeware version, which contains a link to our home page, is intended for non-commercial use by personal home pages and non-profit organisations. The registered version, in which the link is removed, may be purchased using the online order form. Additional information as well as the latest version of the applet could be found at NavSurf.com.

General Information

How to get the link to open in a new window?

To open a link in a new window, the "target" parameter should be set to "_blank".

<param name="target" value="_blank">

How to get the link to open in the same window?

To open a link in the same window, the "target" parameter should be set to "_self".

<param name="target" value="_self">

How to get the applet to work with frames?

The default target frame can be specified by using either the parameter "target". You could also specify a target frame or window for specific menu items using "Menu(i)Target" or "Menu(i)Target(j)". More information can be obtained from the HTML files in the downloaded files.

Please note that values such as "_blank", "self" and "_top" are already predefined by the HTML standard . If the name of the target frame is "mainframe", the value should be "mainframe" instead of "_mainframe". There is NO underscore for names that are not predefined, as is the case for HTML tags.


How to remove the "About the applet" menu item

The link credit may be removed by the purchase of the registered version of the applet at the web site. Please refer to NavSurf.com for additional information.


How do I add the applet onto my page using visual (WYSIWYG) html editor?

Copy the code, change to the HTML view and paste it after the body tag. If you require any additional information, please consult the documentation of the web publishing software.


Is there any way to display the menus outside the allocated space?

Java applets are only allowed to operate within the confined space except for popup menus. As it offers limited configurability, NavWinButton is the only applet that uses the popup menu interface.


The server does not accept file names with "$" in them

This problem could be solved by compressing all the class files in a zip archive. Please refer to the installation instructions for further information.


The applet works fine under Internet Explorer but some menus do not appear under Netscape Navigator

Internet Explorer is more tolerant to syntax errors than Netscape. If the applet works fine under Internet Explorer but not Netscape, this may de due to a small error somewhere : missing values, no closing tag etc.


Is it possible to have the source code for the applet?

The source code for certain freeware applets are available. Source code for navigation applets are NOT available. Note that the source code is not required for the configuration and the use of the applet.


Error messages appear and the applet does not run under Netscape.

This is an existing problem in some versions of Netscape which prevents applets from running correctly. Please refer to the technical support of Netscape for more information.


Please contact us if you come across any issues that has not been been covered in this page. Feedback and suggestions are most welcome.