
Reverse Look-up - This service is great for companies in the telecom industry. Using a toll free number, we will return information about whether that number is currently in use, and if so, which RespOrg owns that number for all four prefixes. If number is in use, we determine what that number spells as a vanity and offer available alternatives.
|
|
Become a Custom Toll Free Affiliate - Sign up now!
To install the widget in a webpage, three pieces of code appear - a script definition, a <div> element to contain the widget, and a script which loads the widget.
The following script definition should appear in the <head> section of the HTML document.
A <div> element, which will contain the widget must be defined, although it will have no content. The sizing is important for the correct display of the widget, and must be defined. In the code below, the style definition is given using inline CSS, although an external stylesheet may be used.
Further, the ID of the <div> element must be given exactly as shown. The Javascript function which loads the content of the widget will look for an element with a specific ID.
For the Keyword Search Widget:
Example:
Finally, the function get_reverse_widget(), defined in the file widget.js included in the <head> section, must be executed. Executing this function loads the content into the widget's <div> element.
The function get_reverse_widget takes two arguments:
get_reverse_widget("trackcode", "lookup_number")
Where:
For example, if your tracking code is partner123, and you want to lookup the number 800-335-3335, include the following script after the <div> element in your HTML document: