ASP Insert record then redirect to different domain

Joined
Sep 23, 2008
Messages
1
Reaction score
0
I am editing a website that was created by a predecessor.
The html page has a form with a User_ID and a Password field.

It originally had a button with a line of code that submitted the form that read :

<input name="image" type="image" src="images/submitbutton.jpg" alt="Submit" width="42" height="46" border="0" />

And the form had the following details.

<form id="form2" name="form2" method="post" action="http://someotherdomain.com/?product_id=1">

along with the relevant fields (User and password).

I have amended the page to ASP and I can get the data entered by the user to be inserted into a table (Which is what I have been tasked with doing), but how do I get the form to now also post the users entered data to the original destination "http://someotherdomain.com/?product_id=1" ?


Any help much appreciated.

Thanks

Potski
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top