Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

make a POST twice to the same link..?? using the form's name!?

Status
Not open for further replies.

flippado

Programmer
Mar 16, 2004
1
PT
Hi! I'm using delphi to send info to the leibrary of my University.
The site works by using form's that will receive your info with the post method, after you fill the form you make the first post! than it shows the info you send, and asks you to confirm! Here's the problem!!! i can send the first post using Post /apoio/renovacoes.asp?field1=Flippado&field2=1223 http/1.0 and i get the confirmation page, but cannot send the confirmation post.. it uses the same link for both! and the same fields, only difference it has another field (buttonpress=true) and the form as a name (<form name=renewingbook), i tried to make the same post with the extra field but i got the confirmation page. Is it the form name that i'm not sending?!?!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top