|
The Canadian phone number lookup application resides on our servers (Web Hosting Canada .ORG). There are two ways to access the Phone Number Lookup application on your website: (a) We have a prebuilt web page, 411.php, residing on our servers that can be called directly from within an iframe. See below: (b) Write your own form-based webpage that would call the script, script411.php directly and set the following parameters: lastname, (a required field), the last name of the person firstname, (an optional field), the first name, note that some names are stored with the first name initial ONLY city, (an optional field), the city the person resides in province, (an optional field) i.e. To pass the lastname "test" to the script you would call: http://www.webhostingcanada.org/script411.php?lastname=test&firstname=&city=&province= Below is a sample html source code which can be used as a template to write your own. The "search again" button of the results webpage is a javascript back button returning the client back to page that originally called the script. |
||