Webapplikationen mit PHP & MySql 




JAVA APPLET COUNTDOWN



This is a very simple but cool java applet countdown. just download, unzip and upload to your website. Then put this code on the page, you want to show the countdown (modify the parameter .-)

<HTML>
<BODY>
<H1>PowerWeb99 Countdown</H1>
<APPLET CODE=www.powerweb99.at.Countdown.class ARCHIVE=countdown.jar WIDTH=300 HEIGHT=15>
<PARAM NAME="STOP_YEAR" VALUE="2006">
<PARAM NAME="STOP_MONTH" VALUE="02">
<PARAM NAME="STOP_DAY" VALUE="22">
<PARAM NAME="STOP_HOUR" VALUE="16">
<PARAM NAME="STOP_MINUTE" VALUE="30">
<PARAM NAME="STOP_SECOND" VALUE="00">
<PARAM NAME="BACKGROUNDCOLOR" VALUE="#DBDBDB">
<PARAM NAME="OUTPUT" VALUE="*d days *h hours *m minutes *s seconds">
<PARAM NAME="MESSAGE" VALUE="Countdown reached!">
<PARAM NAME="FONTFACE" VALUE="Verdana">
<PARAM NAME="FONTSIZE" VALUE="11">
<PARAM NAME="FONTCOLOR" VALUE="#000000">
<PARAM NAME="BOLD" VALUE="FALSE">
</APPLET>
</BODY>
</HTML>
Download here

-- Bereitstellungszeit: 0.034 Sekunden | © 1999 - 2024 PowerWeb99.at