quarta-feira, 11 de junho de 2008

Redirecionamento

Redirecionamento por Refresh/Reload

Cabeçalho HTTP:
Refresh

Conteúdo:
Refresh: S; URL=E Valores: S = espera para atualização automática, em segundos; E = endereço da página de destino

Exemplos:
Refresh: 0;
URL=http://www.mhavila.com.br/


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="pt-br" xml:lang="pt-br">
<head>
<meta http-equiv="Refresh" content="0; URL=http://www.mhavila.com.br/" />
<title>Redirecionamento</title>
</head>

<body>
Se o redirecionamento falhar, clique aqui:
<a href="http://www.mhavila.com.br/">http://www.mhavila.com.br/</a>
</body>
</html>

Nenhum comentário: