Phone Book Germany KlickTel.de Reverse Lookup
Ralph Nusser, Sogetes Computer-Services
http://www.sogetes.com
Phone Number => Address
Description:
/*
Syntax:
wv_KlickTel_Invers ( PhoneNumberWithAereaCode ; sid )
sid = YOUR_PERSONAL_ID_WITH_KLICKTEL
Autor:
Ralph Nusser, May 4th, 2007
Sogetes Computer-Services, Herisau, Switzerland
http://www.sogetes.com
Example:
http://www.klicktel.de/telefonbuch/backwardssearch.html?newSearch=1&boxtype=backwards&sid=YOUR_PERSONAL_ID_WITH_KLICKTEL&vollstaendig=0+40+38+61+08+70&sa=
Explanation about "sid":
You have to be a registered user of KlickTel. Then you get your personal "sid". No costs for registration.
*/
Let (
[
a = "http://www.klicktel.de/telefonbuch/backwardssearch.html?newSearch=1&boxtype=backwards&sid=";
b = "&vollstaendig=";
TEL = Substitute (PhoneNumberWithAereaCode; " "; "+")
]
;
a & sid & b & TEL
)
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