473,425 Members | 1,788 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,425 software developers and data experts.

Phone number lookups...

Our application tracks contact information. One of our clients, a car
dealership, has asked about being able to enter a lastname and phone number
and getting as much of the main form filled out as possible, "Hi, thanks for
stopping by Demaux Motors. Before we get started, can I get your phone
number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc etc
etc. Filling out the form is easy - sql query, javascript, blah blah blah -
getting the data is another. My question is three-fold:

1: I know that if you go to Google and type a phone number, you'll get a
query result back with address, city, state, etc. The documentation for the
Google APIs are written for .NET...anyone have any experience with those
APIs in classic ASP?

2: Is there some other service that provides this same functionality?

3: Any other ideas?

Regards,

- Wm

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri
Jul 19 '05 #1
4 2231
So you're talking about for anyone in the world (or your country or
whatever)? Not people who have already been to your site and given you
their personal details? I personally would be a little freaked out if a
site that I hadn't been to before started telling me where I live and what
my cats' names are and all that. But, as far as using Google, maybe you can
start here. http://www.google.com/apis/

I don't know of any online directory services offer a connector service that
you can use in your site, but I'd imagine at least one of them does.

Ray at home

"William Morris" <ne***************************@seamlyne.com> wrote in
message news:c1*************@ID-205671.news.uni-berlin.de...
Our application tracks contact information. One of our clients, a car
dealership, has asked about being able to enter a lastname and phone number and getting as much of the main form filled out as possible, "Hi, thanks for stopping by Demaux Motors. Before we get started, can I get your phone
number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc etc etc. Filling out the form is easy - sql query, javascript, blah blah blah - getting the data is another. My question is three-fold:

1: I know that if you go to Google and type a phone number, you'll get a
query result back with address, city, state, etc. The documentation for the Google APIs are written for .NET...anyone have any experience with those
APIs in classic ASP?

2: Is there some other service that provides this same functionality?

3: Any other ideas?

Regards,

- Wm

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri

Jul 19 '05 #2
p.s. You could probably "screen scrape" results from a site that uses GET
for its info lookup, such as:

http://www.whitepages.com/search/Rev...&phone=8675309

You may want to let them know you're doing it first though or ask them if
it's okay...

--

Ray at home
Microsoft ASP MVP
"William Morris" <ne***************************@seamlyne.com> wrote in
message news:c1*************@ID-205671.news.uni-berlin.de...
Our application tracks contact information. One of our clients, a car
dealership, has asked about being able to enter a lastname and phone number and getting as much of the main form filled out as possible, "Hi, thanks for stopping by Demaux Motors. Before we get started, can I get your phone
number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc etc etc. Filling out the form is easy - sql query, javascript, blah blah blah - getting the data is another. My question is three-fold:

1: I know that if you go to Google and type a phone number, you'll get a
query result back with address, city, state, etc. The documentation for the Google APIs are written for .NET...anyone have any experience with those
APIs in classic ASP?

2: Is there some other service that provides this same functionality?

3: Any other ideas?

Regards,

- Wm

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri

Jul 19 '05 #3
"William Morris" wrote:
: Our application tracks contact information. One of our clients, a car
: dealership, has asked about being able to enter a lastname and phone
number
: and getting as much of the main form filled out as possible, "Hi, thanks
for
: stopping by Demaux Motors. Before we get started, can I get your phone
: number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc
etc
: etc. Filling out the form is easy - sql query, javascript, blah blah
blah -
: getting the data is another. My question is three-fold:
:
: 1: I know that if you go to Google and type a phone number, you'll get a
: query result back with address, city, state, etc. The documentation for
the
: Google APIs are written for .NET...anyone have any experience with those
: APIs in classic ASP?
:
: 2: Is there some other service that provides this same functionality?
:
: 3: Any other ideas?

You will only get public information. Unlisted numbers will not return.
http://infospace.com/
http://anywho.com/
http://reversephonedirectory.com/
http://switchboard.com/
http://555-1212.com/
http://www22.verizon.com/reverselookup/
http://www.primeris.com/fonefind/
http://mobilephoneno.com/
http://whitepages.com/phone-lookup
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #4
No, nothing like that. This is for an application in use with a car
dealership ~ with the customer present ~ and starting the car buying
process, so the information is already mostly in hand.

As far as the google apis are concerned, I've downloaded them but they're
written for .NET. I was wondering if there was any documentation out there
for dotCLASSIC. <rant>There are still people in the world who haven't moved
to .NET, for cryin' out loud.</rant>

- Wm

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri
"Ray at <%=sLocation%> [MVP]" <Too many private support requests - Ask for
it if needed> wrote in message
news:uO***************@tk2msftngp13.phx.gbl...
So you're talking about for anyone in the world (or your country or
whatever)? Not people who have already been to your site and given you
their personal details? I personally would be a little freaked out if a
site that I hadn't been to before started telling me where I live and what
my cats' names are and all that. But, as far as using Google, maybe you can start here. http://www.google.com/apis/

I don't know of any online directory services offer a connector service that you can use in your site, but I'd imagine at least one of them does.

Ray at home

"William Morris" <ne***************************@seamlyne.com> wrote in
message news:c1*************@ID-205671.news.uni-berlin.de...
Our application tracks contact information. One of our clients, a car
dealership, has asked about being able to enter a lastname and phone

number
and getting as much of the main form filled out as possible, "Hi, thanks

for
stopping by Demaux Motors. Before we get started, can I get your phone
number, please? Oh, HI Joe, you still live on Gingerbread lane..?" etc

etc
etc. Filling out the form is easy - sql query, javascript, blah blah

blah -
getting the data is another. My question is three-fold:

1: I know that if you go to Google and type a phone number, you'll get a
query result back with address, city, state, etc. The documentation for

the
Google APIs are written for .NET...anyone have any experience with those
APIs in classic ASP?

2: Is there some other service that provides this same functionality?

3: Any other ideas?

Regards,

- Wm

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri


Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: joemono | last post by:
Hello everyone! First, I appologize if this posting isn't proper "netiquette" for this group. I've been working with perl for almost 2 years now. However, my regular expression knowledge is...
21
by: AnnMarie | last post by:
<script language="JavaScript" type="text/javascript"> <!-- function validate(theForm) { var validity = true; // assume valid if(frmComments.name.value=='' && validity == true) { alert('Your...
2
by: deko | last post by:
The below code dials a phone number using C:\Program Files\Windows NT\dialer.exe. The problem is that dialing rules are ignored. MS Knowledge Base Article 266253 suggests that entering the phone...
4
by: Earl | last post by:
I'm curious if there are others who have a better method of accepting/parsing phone numbers. I've used a couple of different techniques that are functional but I can't really say that I'm totally...
3
by: venu | last post by:
Hi, I have a different requirement and it is : I need to validate a phone number field. It may or may not be a US phone number. The constraints are : *********************** # It should...
7
by: laredotornado | last post by:
Hi, Using php 4.4.4, I am looking to parse a US phone number string into 3 smaller strings -- area code, the first part of the phone number (3 digits) and the last part of the phone number (4...
5
by: lim4801 | last post by:
I am currently in doing a program which is given by my tutor: Contemplate that you are working for the phone company and want to sell "special" phone numbers to companies. These phone numbers are...
4
by: Blue Streak | last post by:
Hello, Folks! Does anyone know of a website that lists the local phone number formats for each country? TIA...
7
by: Propoflady | last post by:
My contacts can have as many as five or six phone numbers - is it possible to make a query that puts the name, and each phone number after it on the same line - for this reason I have two tables -...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.