|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
HTML >> Snippet
|
Redirect a page
<
html
>
<
head
>
<
meta
http-equiv
=
"REFRESH"
content
=
"0; URL=
http://www.myotherpage.com
"
>
</
head
>
</
html
>
|
|
|
|