This will show or hide stuff according to the IP
numero = 44[If ("[ipaddress]">"194.158.032.000")[!][/!]&("[ipaddress]"<"194.158.063.255"][Then]Don't show stuff[/Then][Else]Show stuff[/Else][/If]Note that IP addresses must be expressed as three-digit quadrants.Also notice the use of comment tags ([!] and [/!]) in this example to break the code into lines for ease of reading. Line breaks within a tag are not allowed.
[If ("[ipaddress]">"194.158.032.000")[!]
[/!]&("[ipaddress]"<"194.158.063.255"]
[Then]Don't show stuff[/Then]
[Else]Show stuff[/Else]
[/If]
DOWNLOAD WEBDNA NOW!
A list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
Download WebDNA ApplicationsWebDNA applications...
F.A.QA compilation of some user's questions...
WebDNA LibrariesA list of available libraries for WebDNA...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
...
How to keep the text variable after a function has finishedBy default...
random password-generator codeGenerate a random alpha-numeric string...
How to setup CODA to work with WebDNA?This page will show graphically how to setup CODA as a WebDNA partner :-)...
reCAPTCHA codereCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions...
Write Once Use ManyReuse the same code over and over again on your site with the [include] context...