Technical References - [redirect]

numero = 204
interpreted = N
texte = [REDIRECT URL] Putting [redirect url=http://www.webdna.us/] in your template forces the remote browser to immediately 'jump' to the new location specified, rather than displaying whatever is in the template. Any other text in the template will be ignored. The main difference with something like
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.webdna.us/">
is that it will completely evaluate before anything of the client side will evaluate.
[redirect http://DomainUser:DomainPass@www.domain.com/whatever.html]
will perform browser authentication, and on that 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).

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]]

[REDIRECT URL]

Putting [redirect url=http://www.webdna.us/] in your template forces the remote browser to immediately 'jump' to the new location specified, rather than displaying whatever is in the template. Any other text in the template will be ignored.

The main difference with something like

<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.webdna.us/">

is that it will completely evaluate before anything of the client side will evaluate.

[redirect http://DomainUser:DomainPass@www.domain.com/whatever.html]

will perform browser authentication, and on that 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).

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]]


DOWNLOAD WEBDNA NOW!

Top Articles:

Tips and Tricks

A list of user-submitted tips ...

F.A.Q

A compilation of some user's questions...

Download WebDNA Applications

WebDNA applications...

WebDNA Modules

A list of the currently available modules...

WebDNA Libraries

A list of available libraries for WebDNA...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

[spawn]

Creates a new thread to execute WebDNA simultaneously with the current template...

[table]

[table] allows you to quickly create a temporary 'in line' database that is local to the template and not part of the global database cache...

[SQLexecute]

Executes and persits the results of an SQL statement...

[calcfilecrc32]

calculates the CRC32 value of a given file...

[thisurl]

[thisurl] displays the URL of the current page...

[ipaddress]

Displays the ip address of the remote computer...