Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Send mail and auto submit a form?
Hi All,

I am working on a script and I have a form to a page to be submitted
(POST-ed) to an external site.
I need that when the user submits the form, first step is to send an email
using an asp script and only after that to post the information to the web
site. I can send the email but I don't know how to post the form
automatically after I send the email. I think I can use javascript, but
maybe there is a better way of doing it?

Regards,
Nicolae



Report this thread to moderator Post Follow-up to this message
Old Post
Nicolae Fieraru
03-31-05 08:56 AM


Re: Send mail and auto submit a form?
<<
I am working on a script and I have a form to a page to be submitted
(POST-ed) to an external site.
I need that when the user submits the form, first step is to send an
email
using an asp script and only after that to post the information to the
web
site. I can send the email but I don't know how to post the form
automatically after I send the email. I think I can use javascript, but
maybe there is a better way of doing it? 

To submit a form is a client-side thing to do.

You could have a page with a bunch of hidden fields filled with info
that immediately gets submitted with JavaScript like this toward the
bottom of the page:

<script type='text/javascript'>document.myform.submit();</script>

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


*** Sent via Developersdex http://www.examnotes.net ***

Report this thread to moderator Post Follow-up to this message
Old Post
Bullschmidt
03-31-05 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

ASP archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 07:04 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.