| Description: |
This file is a forward reference to a different HTML file.
The index which would contain a link to this file will instead contain a link to the specified URL.
The file information used in the index will be obtained from this file, however, and not from the specified URL.
The URL can be a relative URL to a local file, or an full URL to an external web site.
This tag should not be used in automatically generated files (it is not preserved). |
| Type: | Static, user specified. |
| HTML Tag: |
<META NAME="FORWARD" CONTENT="URL"> |
| Note: | The characters &, <, >, ", space, and all other unsafe characters
must be URL encoded (e.g. & encoded as %26). |
|