Post to URL no result
Posted: Sat May 07, 2011 8:14 pm
Hi,
I trying this code but I haven't any result... what is wrong? On desktop work.
on mouseUp
put empty into field "resultat"
libURLSetSSLVerification false
--set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr
get libURLFormData("ID",45)
put it into tpost
answer tpost
post tpost to URL "https://www.mydomain.com/info-customer.php"
answer the result
put it into field "resultat"
end mouseUp
Salut,
Josep
I trying this code but I haven't any result... what is wrong? On desktop work.
on mouseUp
put empty into field "resultat"
libURLSetSSLVerification false
--set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr
get libURLFormData("ID",45)
put it into tpost
answer tpost
post tpost to URL "https://www.mydomain.com/info-customer.php"
answer the result
put it into field "resultat"
end mouseUp
Salut,
Josep