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:

Technical Change History

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

WebDNA reference

...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

WebDNA Libraries

A list of available libraries for WebDNA...

WebDNA Modules

A list of the currently available modules...

Download WebDNA Applications

WebDNA applications...

Related Readings:

[showif]

[showif Comparison]Show This HTML[/showif]...

[math]

[math] calculates equations using numbers...

[scope]

Explicitly define a block of WebDNA code that has a separate variable space...

[platform]

...

[format]

To apply formats for Dates or Times other than the current date and time...

[if]

This context displays HTML or executes WebDNA conditionally only if the expression is true...