Phone Book Switzerland local.ch
Ralph Nusser, Sogetes Computer-Services FileMaker
http://www.sogetes.com
Look up phone number, map, vcf of a Swiss address
Description:
/*===========================================
SYNTAX:
_Phone_Book_Switzerland_local.ch ( pName ; pCity )
PARAMETER:
pName
pCitiy
AUTHOR:
Ralph Nusser, Sogetes Computer-Services FileMaker; August 2nd, 2009
EXAMPLE:
http://www.local.ch/de/q/sogetes.html
===========================================*/
Let ( [
a = "http://www.local.ch/de/q/";
b = pCity;
c = Case (IsEmpty(b);"";"/");
d = pName;
e = ".html"
];
a & b & c & d & e
)
Note: these examples are not guaranteed or supported
by BrianDunning.com. Please contact the individual developer with any questions
or problems.
This
is my Web Viewer Example and I want to edit it
digg this page | del.icio.us this page
Newest Web Viewer Examples:
Web Viewer Example Authors:
Link to all of your own Web Viewer Examples on this site with the following URL:
http://www.briandunning.com/filemaker-web-viewer/results.php?author=Your
Name Here