Retrieving visitors' search info from asp page

Q

qersoft

On my FrontPage developed site, I have an asp page where visitors can search
our products database. ( http://www.qer.biz/prodRepairs.asp )
All works well, but I would like to discover what is being searched for.
Is there some way that this data can be stored, or forwarded, whilst still
returning the results to the visitor?
 
K

Kevin Spencer

It looks like you used the FrontPage DRW to create your data access page.
You would need to do some custom programming to do what you've described. If
you can custom-program ASP, you can certainly do it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
S

Stefan B Rusynko

Not If you are not going to do custom ASP coding (or have someone do it for you)
- you have reached the limits of the DRW
Best you can do is check w/ your host and see what info their server logs show




| I haven't done any custom programming of ASP. Any other suggestions?
|
| "Kevin Spencer" wrote:
|
| > It looks like you used the FrontPage DRW to create your data access page.
| > You would need to do some custom programming to do what you've described. If
| > you can custom-program ASP, you can certainly do it.
| >
| > --
| > HTH,
| >
| > Kevin Spencer
| > Microsoft MVP
| > ..Net Developer
| > Neither a follower nor a lender be.
| >
| > | > > On my FrontPage developed site, I have an asp page where visitors can
| > > search
| > > our products database. ( http://www.qer.biz/prodRepairs.asp )
| > > All works well, but I would like to discover what is being searched for.
| > > Is there some way that this data can be stored, or forwarded, whilst still
| > > returning the results to the visitor?
| > >
| >
| >
| >
 
Q

qersoft

OK, I guess I'll have to look into doing custom ASP coding. What's a good
stating point?
Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top