All Menu Applets
How do I remove the "About the applet" link?
The link to NavSurf.com can be removed by purchasing the menu. Ordering information as well as the license agreement can be found at the order page.
If the "About the applet" link is not removed after replacing the old files with the registered ones, the problem is probably due to the web browser fetching the class files from the cache instead of reading the new files. In this case, flush the cache, set the cache settings to "automatic" and reboot the computer. You might also want to try viewing the web page from another browser or computer to verify that the link is absent.
Is it possible to make the applet background transparent?
Java applets cannot be set to transparent as the underlying content is not known to the Java Virtual Machine (JVM). In fact, the default color is grey which is displayed while the applet is being loaded. The background of every menu applet can be configured by specifying either the background color via the "bgcolor" parameter, the background image via the "bgimage" parameter or a combination of both parameters.
How do I configure the applet to open the link in the same window?
To open the link in the same window, set the value of the "target" parameter to "_self":
<param name="target" value="_self">
The menu does not initialize properly or displays correctly only after several refreshes.
The problem usually occurs when percentage values are specified for the width or height of the menu. For the menus to display correctly, the width and height values must be absolute values.
How do I configure the applet to open the link in a specific frame?
To open the link in the designated window, set the value of the "target" parameter to the name of the frame:
<param name="target" value="name_of_frame">
The name of the frame can be found in the html page that generates the frames (e.g. index.htm or default.htm).
The web server does not accept filenames which contain "$".
The problem could be solved by placing all the .class files in a zip file and specifying the archive file in the applet tag:
<applet archive="zip_file.zip" code="name_of_applet.class" ...>
Browser Compatibility
Please refer to the browser compatibility table.
|