M
|MKSM|
Hello,
I've been trying to use Net::HTML.post_form to POST to a .asp file.
=09url =3D URI.parse("http://www.ascca.com/findashop/findashopdetail.asp")
=09res =3D Poster.post_form(url, { "id" =3D> '1' } )
=09puts res.body
This does not work with ASP pages but works fine with other pages.
Here's the error i get:
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing
operator) in query expression '[ID]=3D'.
I believe it has something to do with it being urlencoded, but i'm not
exactly sure.
Any ideas?
Thanks,
Ricardo Amorim
I've been trying to use Net::HTML.post_form to POST to a .asp file.
=09url =3D URI.parse("http://www.ascca.com/findashop/findashopdetail.asp")
=09res =3D Poster.post_form(url, { "id" =3D> '1' } )
=09puts res.body
This does not work with ASP pages but works fine with other pages.
Here's the error i get:
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing
operator) in query expression '[ID]=3D'.
I believe it has something to do with it being urlencoded, but i'm not
exactly sure.
Any ideas?
Thanks,
Ricardo Amorim