Boa

Free version 1.0

by Tatiana Konstantinova , 2001  lunya@hotmail.com

Boa head applet can be used as a link to another web page or separately.

 

Examples of HTML

  If you'd like to use this applet on your site then you have to upload "Boa.class", "Chesh.class" and "boa.dat" files to your site directory. Then just copy and paste code example to your html page. Don't forget to change "codebase" parameter to link your site address.

<applet code="Boa.class" name="Boa" codebase="http://www.mysite.com/mydir/" width="170" height="190">

<param name="link" value="http://welcome.to/tanya">

<param name="color" value="#000000">

<param name="window" value="_blank">Sorry your browser doesn't support Java.

</applet>

Parameters

 

Parameter Example of value Description
color #0000FF Hex value of background color. It should start with "#" sign. By default black color is applied.
link http://www.mysite.com URL of link
window _top Name of window, where the link will be opened. This parameter should be defined for pages with frames.

 

© Tatiana Konstantinova, 2001