Technical References - [setmimeheader]

Causes WebDNA to add a new MIME header to the outgoing HTML

numero = 229
interpreted = N
texte = Putting a [setmimeheader] tag into a template causes WebDNA to add a new MIME header to the outgoing HTML text for that page. MIME headers are normally used to create redirect requests and cookies. WebDNA already has special tags for generating redirects and cookies, but in the future you may need to create MIME headers for other purposes.
[setmimeheader name=headerName&value=headerValue]
Example:
[setmimeheader name=Content-Type&value=text/html; charset=iso-8859-1]
Putting a [setmimeheader] tag into a template causes WebDNA to add a new MIME header to the outgoing HTML text for that page. MIME headers are normally used to create redirect requests and cookies. WebDNA already has special tags for generating redirects and cookies, but in the future you may need to create MIME headers for other purposes.

[setmimeheader name=headerName&value=headerValue]


Example:
[setmimeheader name=Content-Type&value=text/html; charset=iso-8859-1]


DOWNLOAD WEBDNA NOW!

Top Articles:

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

[biotype]

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

WebDNA Modules

A list of the currently available modules...

F.A.Q

A compilation of some user's questions...

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:

[lastautonumber]

displays the last auto-generated number...

[listdatabases]

Lists all the currently-open databases...

Database format

...

[xslt]

The [xslt] Context allows the WebDNA programmer to 'apply' an XSL style sheet to an XML document and thus 'transform' the XML data into any format the programmer desires (usually HTML)...

[sendmail]

There is hardly a website that doesn't at some point need to send an email...

[array]

Array Operation...