473,386 Members | 1,817 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,386 software developers and data experts.

One form, two "actions" - HTML or ASP?

Hello,

I'm pretty sure that this can be done, but I am unable to find
documentation on it.

Presently I have a plain HTML survey form where users check multiple
checkboxes, then submit. The results are sent via email to the
administrator.

What I also want to happen is a new confirmation page to open showing
the user what he/she has submitted.

So, essentially, I want:
<form action="Confirmation_page_with_all_checked_options .asp">
AND
<form action="mailto:ad***********@abc.com">

I presently only have the 2nd one working, since it is more important
for me to recieve the information at this point.

Thank you, any help is appreciated!
Laura
Jul 19 '05 #1
4 1935
Hi,

send the data to the asp page where you write your confirmation info. In the
same page you send an email to the Adm using the CDONT. Check Google or
www.aspFaq.com for more info about Cdont.
Jul 19 '05 #2
Thank you!
I think this will work!

Laura
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #4
Laura wrote:
Presently I have a plain HTML survey form where users check
multiple checkboxes, then submit. The results are sent via email
to the administrator.

What I also want to happen is a new confirmation page to open
showing the user what he/she has submitted.
Any good server side script can do that. I'd recommend TFmail, from
NMS. It can generate an html page based on the submission, and mail
the results to you.

http://nms-cgi.sourceforge.net/

<form action="Confirmation_page_with_all_checked_options .asp"> AND
<form action="mailto:ad***********@abc.com">


Unreliable. The action attribute must have an http url if you want to
be sure it works.

--
Brian

Jul 19 '05 #5

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

Similar topics

43
by: steve | last post by:
I am quite frustrated with php’s include, as I have spent a ton of time on it already... anyone can tell me why it was designed like this (or something I don’t get)? The path in include is...
13
by: dogu | last post by:
Noob alert. Code is below. File is saved as a .php. What I'm trying to do: User uses 'select' box drop down list to pick a value. Value ($site) is derived from a db query. This works fine....
1
by: Klaus Neuner | last post by:
Hello, as I am desperately searching for a (straightforward) solution of the following problem, I'll give it another try: How can I tell Python to do things of the following kind: for n...
2
by: Jon Haakon | last post by:
Hi, I'm developing a websolution using ASP and DHTML technology that's running on a MS IIS webserver. My solution is frame based with a toolbar on top, a hidden frame for scripts in the...
3
by: Laura | last post by:
Hello, I'm pretty sure that this can be done, but I am unable to find documentation on it. Presently I have a plain HTML survey form where users check multiple checkboxes, then submit. The...
8
by: yawnmoth | last post by:
Say I have the following HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> <form action="">
3
clintw
by: clintw | last post by:
My problem. I have a html contact form that is being spammed. So I have set .html to be treated as .php, in order to include php image verification into the form. However, the Action on the form...
3
by: eholz1 | last post by:
Hello PHP programmers. I had a brilliant idea on one of my pages that selects some data from my mysql database. I first set the page up to display some info and an image, just one item, with a...
4
by: Peter Bremer | last post by:
Hi all, I've got a form which lists all members of a club, with checkboxes to select them. The form offers functions to delete selected members, send email, etc. Now I want write some code to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.