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?!?!
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?!?!