Consultor Eletrônico



Kbase P26673: How to make an automatic redirection in WebSpeed to anther web page?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to make an automatic redirection in WebSpeed to anther web page?

FIX:

One way to solve this is to use the HTML META refresh tag within the HEAD.
Example;
<HEAD>
<META NAME="AUTHOR" CONTENT="Your Name">
<META http-equiv="refresh" content="5; URL=http://www.progress.com">
<TITLE>WebSpeed Script</TITLE>
</HEAD>

The '..content="5;..' is the redirection in seconds.