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...
WebDNA LibrariesA list of available libraries for WebDNA...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
WebDNA ModulesA list of the currently available modules...
Tips and TricksA list of user-submitted tips ...
How to make a backup of your databases...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...
random password-generator codeGenerate a random alpha-numeric string...
Setting a 30-minute CookieConfiguring the expires time for a short-term cookie is tricky...
Export data to ExcelHere's a handy way to export your data to a text or Excel file...
Write Once Use ManyReuse the same code over and over again on your site with the [include] context...