The four redirect methods below differ in the following way:
  1. This is a redirect form that is supported by all browsers. It begins with <form name="c1"> and ends with </form>

  2. This is a CGI redirect form that uses a script. It begins with <FORM ACTION="/cgi-bin/nph-redir.pl" METHOD=POST> and ends with </form>

  3. This is a JavaScript redirect form that is well commented in the source. Note that it requires code in both the head and body sections.

  4. This is an alternative JavaScript redirect form that is also well commented in the source. Note that it requires code in both the head and body sections.

1. HTML Form (without image button)
2. CGI Redirect Script (with image button)

Design your own "go" button.

3. JavaScript Redirect 1 (no button click required)

Copy source from head and body sections.

4. JavaScript Redirect 2 (no button click required)

Copy source from head and body sections.