Welcome to Pressed Button Page | |
A small and efficient Applet to add Interaction for your Pages ... | |
New Version 1.1 |
1)Add sound when you press a button |
Some examples stand for more than thousand words ...
(!) This applet doesn't work under some Netscape 3.0
implementations.
I know for sure that it doesn't work with Netscape 3.0 Gold for Windows
Why don't U get Communicator (Netscape 4.0) Version ?
...or Internet Explorer of course
** The colors are in the format RRRGGGBBB which mean Red,Green,Blue and take their value from the range 0-255
CODE | RESULTS |
<APPLET CODE="pressedButton.class" WIDTH=145 HEIGHT=80> <PARAM NAME=backColor VALUE=205209164> <PARAM NAME=bup1 VALUE="Press this button ..."> <PARAM NAME=bdown1 VALUE="and go to my Page."> <PARAM NAME=color1 VALUE=128000000> <PARAM NAME=url1 VALUE="http://www.ceid.upatras.gr/~papagel"> <PARAM NAME=bup2 VALUE="Java"> <PARAM NAME=bdown2 VALUE="Applets"> <PARAM NAME=url2 VALUE="../java.htm"> <PARAM NAME=width1 VALUE=140> <PARAM NAME=sound1 VALUE=../../sounds/test2.au> <PARAM NAME=destination VALUE="main"> {The window where the link will apear} </APPLET> |
|
<APPLET CODE="pressedButton.class" WIDTH=125 HEIGHT=140> <PARAM NAME=backColor VALUE=205209164> <PARAM NAME=bup1 VALUE="Yahoo"> <PARAM NAME=bup2 VALUE="Lycos"> <PARAM NAME=bup3 VALUE="Excite"> <PARAM NAME=bup4 VALUE="Altavista"> <PARAM NAME=color1 VALUE=010170120> <PARAM NAME=upcolor1 VALUE=000250250> <PARAM NAME=downcolor1 VALUE=200200020> <PARAM NAME=font1 VALUE="Courier"> <PARAM NAME=size1 VALUE=15> <PARAM NAME=url1 VALUE="http://www.yahoo.coml"> <PARAM NAME=url2 VALUE="http://www.lycos.com"> <PARAM NAME=url3 VALUE="http://www.excite.com"> <PARAM NAME=url4 VALUE="http://www.altavista.com"> </APPLET> |
|
<APPLET CODE="pressedButton.class" WIDTH=130 HEIGHT=270> <PARAM NAME=backColor VALUE=205209164> <PARAM NAME=bup1 VALUE="Press this button ..."> <PARAM NAME=bup2 VALUE="Java"> <PARAM NAME=bup3 VALUE="C.T.I"> <PARAM NAME=bup4 VALUE="C.E.I.D"> <PARAM NAME=bup5 VALUE="NTUA"> <PARAM NAME=bup6 VALUE="Forthnet"> <PARAM NAME=bup7 VALUE="Compulink"> <PARAM NAME=bup8 VALUE="OTE-NET"> <PARAM NAME=bup9 VALUE="Hellas On Line"> <PARAM NAME=bdown1 VALUE="...and go to my page"> <PARAM NAME=bdown2 VALUE="Applets"> <PARAM NAME=bdown3 VALUE="I work here..."> <PARAM NAME=bdown4 VALUE="I study here..."> <PARAM NAME=color1 VALUE="128000000"> <PARAM NAME=color2 VALUE="128015000"> <PARAM NAME=color3 VALUE="128030000"> <PARAM NAME=color4 VALUE="128045000"> <PARAM NAME=color5 VALUE="128060000"> <PARAM NAME=color6 VALUE="128075000"> <PARAM NAME=color7 VALUE="128090000"> <PARAM NAME=color8 VALUE="128105000"> <PARAM NAME=color9 VALUE="128120000"> <PARAM NAME=url1 VALUE="http://www.ceid.upatras.gr/~papagel"> <PARAM NAME=url2 VALUE="http://www.ceid.upatras.gr/~papagel/java.htm>> <PARAM NAME=url3 VALUE="http://www.cti.gr"> <PARAM NAME=ur4 VALUE="http://www.ceid.upatras.gr"> <PARAM NAME=url5 VALUE="http://www.ntua.gr"> <PARAM NAME=url6 VALUE="http://www.forthnet.gr"> <PARAM NAME=url7 VALUE="http://www.compulink.gr"> <PARAM NAME=url8 VALUE="http://www.otenet.gr"> <PARAM NAME=url9 VALUE="http://www.hol.gr"> <PARAM NAME=distance VALUE=0> <PARAM NAME=size1 VALUE=14> <PARAM NAME=width1 VALUE=120> </APPLET> |
|
<APPLET
CODE="pressedButton.class" WIDTH=500 HEIGHT=35> <PARAM NAME=backColor VALUE=205209164> <PARAM NAME=bup1 VALUE="Yahoo"> <PARAM NAME=bup2 VALUE="Lycos"> <PARAM NAME=bup3 VALUE="Excite"> <PARAM NAME=bup4 VALUE="Altavista"> <PARAM NAME=color1 VALUE=010170120> <PARAM NAME=url1 VALUE="http://www.yahoo.coml"> <PARAM NAME=url2 VALUE="http://www.lycos.com"> <PARAM NAME=url3 VALUE="http://www.excite.com"> <PARAM NAME=url4 VALUE="http://www.altavista.com"> </APPLET> |