redirect
[redirect url]
Putting [redirect url=http://www.webdna.us/] in your template forces the remote browser to immediately 'jump' to the new location specified, before displaying anything in the template ofter the [redirect url], other text in the template will be ignored.
Putting [redirect url=http://www.webdna.us/] in your template forces the remote browser to immediately 'jump' to the new location specified, before displaying anything in the template ofter the [redirect url], other text in the template will be ignored.
Using this method will completely evaluate before anything of the client side will evaluate:
This will perform browser authentication, on the server, since you're running WebDNA, you can use [username] and [password] to check for logged in status (as opposed to setting up a cookie scheme).
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.webdna.us/">
This will perform browser authentication, on the server, since you're running WebDNA, you can use [username] and [password] to check for logged in status (as opposed to setting up a cookie scheme).
[redirect http://DomainUser:DomainPass@www.domain.com/whatever.html]
To pass a value within [redirect]
[redirect page.dna?var1=[value1]&var2=[value2]]
In some cases, you will need to [url]...[/url] the value:
[redirect page.dna[url]?var1=[value1]&var2=[value2][/ur]]