![]()
![]()
The Re-Direct AppletDescription
The Re-Direct applet is useful for those situations where a page has been moved and you wish to send people to the new page. When activated, the Re-Direct applet counts down for "Delay" seconds, then takes the user automatically to the new page. Size: about 1,300 bytes
Of course, we can't demo the Re_Direct applet here, since it would take you somewhere else. Instead, you can click here to try it out. After you get to the new page, those of you with Java-capable browsers will be automatically returned to this page after a short delay (the delay gives the user time to read any message you place on the redirected page).
Here's the HTML that runs the Re-Direct applet:
<APPLET CODE="Redirect.class" CODEBASE="Java" WIDTH=10 HEIGHT=10 ALIGN=middle> <PARAM NAME="GoTo" VALUE="http://www.shokwave.com/redirect.html"> <PARAM NAME="Delay" VALUE=5> </APPLET>Parameters
The Re-Direct applet takes the following parameters:
Delay Seconds of delay before jump Required GoTo URL to Goto when time runs out Required Outside of PARM tags HTML for those with non-Java browsers (a good place to put a "click here" anchor) Optional
Web Deco Kit Page Shokwave Home Page