Causes WebDNA to add a new MIME header to the outgoing HTML
numero = 229[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]
[setmimeheader name=Content-Type&value=text/html; charset=iso-8859-1]
DOWNLOAD WEBDNA NOW!
Amazon Web Services (AWS) README for Machine Image ID...
Tips and TricksA list of user-submitted tips ...
WebDNA reference...
WebDNA ModulesA list of the currently available modules...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
F.A.QA compilation of some user's questions...
Cookies are a great way to remember visitors...
[xmlnodes]The behavior of this context is to iterate the child XML nodes of a parent node...
[scope]Explicitly define a block of WebDNA code that has a separate variable space...
[interpret]Interprets the enclosed [xxx] values using the WebDNA interpreter...
[copyfolder]Copy a folder and all its contenton your webspace...
[closedatabase][CLOSEDATABASE db=FileName]...