popupURL



PopURL is an adaptation of the goURL applet. Instead of using a drop down menu, PopURL uses a popup menu. Both read the applet parameters exactly the same way. However, PopURL requires the use of a an image in order for users to click on. The image must be placed in the same directory as the applet and must be named "image.gif".

How To Use:

  • Download popupURL.zip (9KB) and unzip with a compression utility.

    Java Source: source.html

    Sample HTML Source:

    <applet code="popupURL.class" width=150 height=150>
    	<PARAM name="page0"
    value="JavaBoutique">
    	<PARAM name="url0"
    value="http://javaboutique.internet.com/">
    	<PARAM name="page1"
    value="Applets">
    	<PARAM name="url1"
    value="http://javaboutique.internet.com/applets/">
    	<PARAM name="page2"
    value="Articles">
    	<PARAM name="url2"
    value="http://javaboutique.internet.com/articles/">
    	<PARAM name="page3"
    value="Reviews">
    	<PARAM name="url3"
    value="http://javaboutique.internet.com/reviews/">
    	<PARAM name="page4"
    value="Tutorials">
    	<PARAM name="url4"
    value="http://javaboutique.internet.com/tutorials/">
    	<PARAM name="page5"
    value="Servlets">
    	<PARAM name="url5"
    value="http://javaboutique.internet.com/servlets/">
    	<PARAM name="page6"
    value="FAQ">
    	<PARAM name="url6"
    value="http://javaboutique.internet.com/forum/faq.html">
    </applet>
    

    Status: freeware

    Author: Michael Shipp

    Homepage: http://tardis.ou.edu/~mkshp/popupmenu/

    Upload Date: October 8, 1998

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.