Dual use for a submit button

W

Wayne-I-M

Hi

I have a form with one text box - on submit the contents of the text box are
sent to an on line database.

Is it possible to add another function (like in access) to a button.

OnClick I want to send the txt box content to a DB
and
Open a PDF file - and cancel the forms auto confirmation

------------------
At the moment I have the PDF file on an other asp file that I have used for
the confirmation of the (sngle box) form. I would rather not do this and
just go right to the PDF - but can't find a way to cancel the forms FP auto
confirmation if I do.

Any hlep would be great

Thank you
 
T

Thomas A. Rowe

You need to write your won code to process the form, then you will have no problem redirecting the
user to a PDF file, etc.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
 

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