Class Deflector

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class Deflector
    extends Applet
    Redirect the user agent to a new URL. Usage: <applet code="package.to.Defector" codebase="path/to/applet/codebase" name="Defector" height="1" width="1" mayscript> <param name="targeturl" value="http://target.url.here/"> <param name="targetframe" value="_self"> <param name="delay" value="0"> </applet> Parameters: targeturl: The target to which the user agent is redirected targetframe: name of the frame/window to be redirected delay: delay in seconds before deflect
    Author:
    azm
    See Also:
    Serialized Form
    • Constructor Detail

      • Deflector

        public Deflector()
        Constructs a new Deflector applet
    • Method Detail

      • init

        public void init()
        Initializes the Defector applet
        Overrides:
        init in class Applet
      • start

        public void start()
        Overrides:
        start in class Applet