* qac - Query Area Code, provides detailed information about the
location and service of a given telephone number (Shawn K. Hall)
Attached.
<search function="qac">
<name>Telephone Area Code and Prefix Location Information</name>
<category>People and Places</category>
<link>http://www.zipcodeworld.com/areacode.asp</link>
<contributor>Shawn K. Hall</contributor>
<email>[EMAIL PROTECTED]</email>
<description>
Search for information on a North American telephone area code and prefix.
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>qac 209</td></tr>
<tr><td>qac 209-586</td></tr>
<tr><td>qac 209-586-0000</td></tr>
</table>
</description>
<comment>
This is pretty spiffy, eh?
</comment>
<form name="qacf" method="post"
action="http://www.zipcodeworld.com/areacode.asp#Table40">
<input type="hidden" name="npa" value="" />
<input type="hidden" name="nxx" value="" />
<input type="hidden" name="Submit" value="Submit" />
</form>
<script><![CDATA[
function qac(q){
if( nullArgs("qac", q) )
return false;
else{
if (result = q.match(/^\(?(\d{3})\)?\s*[\-\.]?\s*(\d{3})(\s*[\-\.]?\s*\d{4}\s*)?$/)){
document.qacf.npa.value=result[1];
document.qacf.nxx.value=result[2];
}
submitForm(qacf);
}
}
]]></script>
<created_by>
This search file was created on 2006/07/08 by Shawn K. Hall
Copyright (c) 2006 Shawn K. Hall; Distributed under the terms of the GNU General Public License, Version 2
</created_by>
</search>-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[email protected]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601