Mac Software
AppleScript Tools
BBEdit Tools
Color Floppy Maker
CS Finder Module
Daemon Killer
Frontier Tools
IP Monitor
MicroTelnet
MiniApps Pack
Externals Catalog
Unix Software
CGI Scripts
Shell Utilities
Java Software
GeekTools Whois
IP Monitor
K.I.S.S
MetricConverter
PopUpURL
CGI Gallery
CGI Devel. Guide
Mailing Lists
Emailer-Talk
40-30-30-Talk
Web Devel. Services
Home Page
Quick Search
Quick News
Who We Are
Contacting Us
Do you have any questions or comments regarding this site? Please contact the webmaster.
Copyright © 2003 SkyTouch Communications. All rights reserved. All trademarks are the property of their respective holders .
|
|
|
The PopUpURL Java applet provides an easy way to create fully customizable popup menus containing URL locations.
|
|
|
|
|
|
|
To create the above popup menu the following HTML code was used:
<APPLET CODE="PopUpURL.class" WIDTH="300" HEIGHT="30">
<PARAM NAME="item1" VALUE="http://www.apple.com/;item1">
<PARAM NAME="item2" VALUE="http://www.ibm.com/;item2">
<PARAM NAME="item3" VALUE="http://www.microsoft.com/;item3">
<PARAM NAME="item4" VALUE="http://www.cnet.com/;item4">
<PARAM NAME="item5" VALUE="http://www.search.com/;item5">
<PARAM NAME="item6" VALUE="http://www.claris.com/;item6">
<PARAM NAME="item7" VALUE="http://www.skytouch.com/">
<PARAM NAME="choice" VALUE="3">
<PARAM NAME="bgcolor" VALUE="-52">
<PARAM NAME="label" VALUE="Label: ">
<PARAM NAME="labelcolor" VALUE="blue">
<PARAM NAME="align" VALUE="left">
</APPLET>
As you can see, there are many parameters available to configure the menu. Please refer to the chart below for more detailed information.
|
NAME
|
VALUE
|
DESCRIPTION
|
|
itemX
|
URL[;Title]
|
Specifies a menu item's URL location and title. X is a number starting from 1. Menu items are loaded in numerical order. If no title is provided, the URL itself will be used instead.
|
|
align
|
left|center|right
|
Specifies the applet layout alignment. Valid alignments values are: "left", "center" or "right". The default alignment is "center".
|
|
bgcolor
|
color|RGB
|
Specifies the applet background color. Its value must be a valid color name (see colors below), or RGB integer value. The default color is "white".
|
|
target
|
target_name
|
Specifies whether URLs should be launched in a different target window and/or frame. Its value must the name of the target. If not defined the URL will be launched in the same window and/or frame as the applet.
|
|
choice
|
item_number
|
Specifies the item number of the initial menu selection. If not defined, the first menu is automatically selected.
|
|
label
|
label_title
|
Specifies the title of the label. If not defined, no label is showned.
|
|
labelcolor
|
color|RGB
|
Specifies the color of the label. Its value must be a valid color name (see colors below), or RGB integer value. The default color is "black".
|
|
colors
|
--
|
Valid color names are: "red", "green", "blue", "pink", "orange", "magenta", "cyan", "white", "yellow", "black", "gray", "drakGray" and "lightGray".
|
|
|
|
|
Another live example of this applet is available here.
|
|
|
|
PopUpURL.class 1.0.1
Click here to download. [StuffIt; 5k]
Click here to download. [Zip; 5k]
|
|
|
|
|
SkyTouch Communications makes no warranty or representation, either express or implied, with respect to this software, its merchantability, performance, quality, or fitness for a particular purpose. As a result this software is distributed "as is," and the person using it is assuming the entire risk as to its quality and performance.
In no event SkyTouch Communications will be liable for direct, indirect, special, incidental, or consequential damages resulting from any defect in the software or its documentation, even if advised of the possibility of such damages.
Copyright © 1997, SkyTouch Communications. Permission is granted to make and distribute copies of this software, provided this disclaimer and copyright are preserved on all copies. This software may not, however, be sold or distributed for profit, or included with other software which is sold or distributed for profit, without the permission of the author.
|
|
|
|
Looking for a custom Java solution? Click here for more information.
|
|
|