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!
WebDNA applications...
F.A.QA compilation of some user's questions...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA reference...
WebDNA LibrariesA list of available libraries for WebDNA...
Tips and TricksA list of user-submitted tips ...
Find duplicate records and do something with them...
WebDNA interaction with zipI have a project where I'm allowing several people to upload images...
Removing whitespaceHow can I remove all whitespace entered by a user from an input box (ie card number)...
How to keep the text variable after a function has finishedBy default...
Paypal IPN...
Write Once Use ManyReuse the same code over and over again on your site with the [include] context...