Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 27th, 2004, 03:31 PM
Registered User
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default download data

hi...im learning (trying to) asp / vb there is loads of info on scripting but i cant find out how to write a script that will enable me to download collected data apart from the mailto option which has known problems...can you help please
thanks
martyn
 
Old February 27th, 2004, 03:38 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

What do you mean with "download collected data" and what does it have to do with the mailto tag?

What are you trying to accomplish?

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old February 27th, 2004, 03:50 PM
Registered User
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

sorry the question wasnt clear...im trying to find out how to get information collected by the browser /server passed to me..for example a customer enquiry... i could use mailto but there are problems with explorer
thanks

 
Old February 27th, 2004, 04:08 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Martyn,

Well, since this is an ASP forum, why don't you use some ASP for that?

The mailto tag will fire at the client. All it does is invoke the client's mail application, and optionally pass in a few variables for the subject, to and other fields.

Do you already have a page where a customer can carry out the inquiry? Are you trying to find out whether the client actually uses the page?
If so, you have a couple of options. First of all (easy) you can use a form with its method set to GET. QueryString will show up in the logs of IIS, so it's easy to examine them. However, the logs aren't easy to read.

Another option is to send en e-mail whenever something interesting occurs. For an article on how to send e-mail from an ASP page, check here: http://Imar.Spaanjaars.Com/QuickDocID.aspx?QUICKDOC=249

A third option is to store information in a database. Check out this article for more info: http://Imar.Spaanjaars.Com/QuickDocID.aspx?QUICKDOC=165
It demonstrates how to connect to a database from within the global.asa file, but it's easy to modify the code to suit your needs.

HtH,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old February 27th, 2004, 04:30 PM
Registered User
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for taking the trouble..ill give it a go





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Automatically download data ? ayan_biswas_79 ASP.NET 2.0 Professional 1 July 3rd, 2007 05:24 AM
download data ("image") from SQL database problems dcleslie Classic ASP Databases 9 August 29th, 2006 01:10 PM
I can not download c# data security handbook fineboy C# 0 August 16th, 2006 04:43 AM
IS There A Way TO Download Data F Sql To Xml File alyeng2000 ASP.NET 1.0 and 1.1 Professional 4 April 28th, 2005 09:22 AM
download db data to .xls with asp abbylee26 Classic ASP Databases 2 October 17th, 2003 02:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.