Who Is [Domain owner lookup]
Ralph Nusser, Sogetes Computer-Services
http://www.sogetes.com
Lookup registrant of a given URL
Description:
/*
Syntax:
wv_WhoIS ( URL )
Author:
Ralph Nusser, July 29, 2006
Sogetes Computer-Services, Switzerland
http://www.sogetes.com
Example:
http://domain.search.ch/Suchresultat.aspx?sld=aptworks&tldlist=com
*/
Let ( [
dotscount = PatternCount ( URL; ".");
lastdot = Position ( URL; "."; 1; dotscount);
secondlastdot = Position ( URL; "."; 1; dotscount -1);
sld = Middle ( URL; secondlastdot+1; lastdot - secondlastdot -1);
ldlist = Middle ( URL; lastdot + 1; Length (URL)- lastdot + 1);
a = "http://domain.search.ch/Suchresultat.aspx?sld=";
b = "&tldlist="
] ;
a & sld & b & ldlist
)
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