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...
WebDNA reference...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
F.A.QA compilation of some user's questions...
WebDNA LibrariesA list of available libraries for WebDNA...
WebDNA ModulesA list of the currently available modules...
This page will show graphically how to setup CODA as a WebDNA partner :-)...
How old am I?You want to express an age in years given the dob (mm/dd/yyyy) and today's date...
WebDNA Google Map MashupGenerate a Google map with pins on your database addresses...
Export data to ExcelHere's a handy way to export your data to a text or Excel file...
Extracting the first sentence out of a block of textI need to extract the first sentence out of a block of text...
Paypal IPN...