From within ASP page - do a POST to another ASP 
Author Message
 From within ASP page - do a POST to another ASP

Hi,

There is currently a user_input.asp page that accepts user
input, user selects [Update] button, the javascript within
this page does a form.submit to another _update.asp page
that will update the data into the Oracle DB.

I now have to change the form.submit back to itself, do
some no duplicate id check and then proceed to _update.asp
if there is no error otherwise display page user_input.asp
with error message.

If there is no duplicate error, I can use reponse.redirect
("_update.asp") and append the query strings.

Question is : can I use a post method with user_input.asp
to run _update.asp ???  The reason for this, I am hoping
to reduce making changes to _update.asp which now accepts
the Post method nicely.

Appreciate any suggestion and help.



Mon, 02 Jan 2006 22:22:36 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. TechTips: The Basics of Indexing

2. xmlhttp: retrieve POSTed data within ASP

3. Problem posting xml from vb.net client to asp classic page

4. Need help with POST method to an asp page

5. British Pound sign disappears when POSTing from ASP to ASPX (VB.NET) page

6. Posting to an ASP page with HttpWebRequest

7. Posting to asp-pages

8. Ted Tea : About how to post the asp page

9. Posting form data to ASP page - corrected

10. Posting with Inet Control to an ASP page

11. Posting form data to ASP page - corrected

12. Posting form data to ASP page

 

 
Powered by phpBB® Forum Software