★ wanayoo — archive 1999 http://javaboutique.internet.com/URLFind/Nouvelle recherche | Portail wanayoo
internet.com logo To JavaBoutique Home

 Java News
 Latest Applets
 Applet Categories
 Applet Index
 Applet Help
 Submit Applets
 Other Resources
 How-To Java
 Java Reviews
 Java FAQs
 Java Forum
 Java IDEs
To Webdeveloper.com
 Mecklermedia
 Internet.com
 Magazines
 Trade Shows
 Advertise
 Corporate
 Information
 Search
 Subscribe

webreference.com

Search Engine Watch

The JavaScript Source

URLFind



This Applet can be inserted into any Web page in order to offer viewers an easy navigation through a set of pre-defined links. Could you do the same thing with HTML and simple JavaScript? Yes, but then it wouldn't be so cool!

URLFind is fully customizable and enables users to change the background and foreground colors, as well as the label of the button. The applet can also be used to target frames, making it a versatile, quick-loading navigational tool.

Usage: Place UrlFind.class within your HTML directory. For more details on the applet parameters, visit the author's page.

Java Source: not available

HTML Source:

<applet code="UrlFind.class"
align="baseline" width="200" height="33">
<param name="targetFrame" value="_self">
<param name="butLabel" value="GO!">
<param name="bgRVal" value="192">
<param name="bgGVal" value="192">
<param name="bgBVal" value="192">
<param name="numItems" value="3">
<param name="item0" value="My Home Page">
<param name="url0" value="http://www.kalbi.demon.co.uk">
<param name="item1" value="WebDeveloper.com">
<param name="url1" value="http://www.webdeveloper.com">
<param name="item2" value="Java Boutique">
<param name="url2" value="http://www.javaboutique.com/">
</applet>

Author: Uri Kerbel




Copyright 1998 Mecklermedia Corporation.
All Rights Reserved. Legal Notices.