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!
A compilation of some user's questions...
WebDNA ModulesA list of the currently available modules...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Tips and TricksA list of user-submitted tips ...
WebDNA reference...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
[shownext] is a special context used to create links (or more accurately...
[tcpconnect]A powerful feature to connect to a TCP port of another computer on the Internet...
[scope]Explicitly define a block of WebDNA code that has a separate variable space...
[convertwords]Changes specified words in a string of text to different words...
[listfiles]When listing files...
[time]Putting [time] in your template displays the current time set on your web server's clock...