天
天上的云
Unregistered / Unconfirmed
GUEST, unregistred user!
请问如何用idhttp控件提交如下表单:
<form method="post" action="http://www.abcd.com/insert.asp";>
<td width="75%" align="center" height=22 bgcolor=#EFF1F3>
<input type="text" name="name" size="22">
<input type="submit" value="提交" name="B1" c></td></form>
我知道idhttp的post方法可以实现将表单提交,但是post方法的参数我有点搞不明白,查了很多文章还是一头雾水。
如果想提交我如上的表单至insert.asp,这句idhttp.post(url,参数1,参数2) 后两个参数应该怎么写?请高手帮忙,最好有源码,非常感谢。
<form method="post" action="http://www.abcd.com/insert.asp";>
<td width="75%" align="center" height=22 bgcolor=#EFF1F3>
<input type="text" name="name" size="22">
<input type="submit" value="提交" name="B1" c></td></form>
我知道idhttp的post方法可以实现将表单提交,但是post方法的参数我有点搞不明白,查了很多文章还是一头雾水。
如果想提交我如上的表单至insert.asp,这句idhttp.post(url,参数1,参数2) 后两个参数应该怎么写?请高手帮忙,最好有源码,非常感谢。