L
LVGEFENG
Unregistered / Unconfirmed
GUEST, unregistred user!
上次听了whaoye的:
form action=http://www.xxxxxxx.com/search method=get name=f>
<input type=text value="" framewidth=4 name=q size=55 maxlength=256>
<input name=btnG type=submit value="搜索">
</form>
然后你就可以用nmhttp控件来提交就相当于点按纽了。
nmhttp1.get('http://www.xxxxxxx.com/search?q=美女');
就可以了,如果不要结果,就用
nmhttp1.head('http://www.xxxxxxx.com/search?q=美女');
小弟悟性较低,没有成功,现在再次求救,那个网页的html源代码如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<link rel="stylesheet" href="css.css">
<title></title>
<base target="main">
</head>
<body link="#0000FF" vlink="#000000" alink="#000000">
<p></p>
<form method="POST" action="http://61.137.93.64/mop/new/item/useitem.asp" target="main">
<table border="1" width="70%">
<tr>
<td width="10%" bgcolor="#DBD7C8" nowrap> </td>
<td width="40%" bgcolor="#DBD7C8" nowrap><div align="center"><center><p>名 称 </td>
<td width="20%" bgcolor="#DBD7C8" nowrap align="center"><div align="center"><center><p>数
量 </td>
</tr>
<tr><td width='10%'><input type='radio' name='R1' value='名表OMEGA'></td><td width='70%'>名表OMEGA</td><td width='34%'>13515</td></tr><tr><td width='10%'><input type='radio' name='R1' value='魔界通行证'></td><td width='70%'>魔界通行证</td><td width='34%'></td></tr> </table><p><input type='submit' value='使用' name='B1'> <input type='submit' value='转让' name='B1'></p>
</table>
</form>
<p align="center"></p>
</body>
</html>
运行后如果radio选名表OMEGA,然后点使用,我就是要模拟这个事件向服务器提交请求。请给出实现源代码
如果300分不够再加,多谢了!!
form action=http://www.xxxxxxx.com/search method=get name=f>
<input type=text value="" framewidth=4 name=q size=55 maxlength=256>
<input name=btnG type=submit value="搜索">
</form>
然后你就可以用nmhttp控件来提交就相当于点按纽了。
nmhttp1.get('http://www.xxxxxxx.com/search?q=美女');
就可以了,如果不要结果,就用
nmhttp1.head('http://www.xxxxxxx.com/search?q=美女');
小弟悟性较低,没有成功,现在再次求救,那个网页的html源代码如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<link rel="stylesheet" href="css.css">
<title></title>
<base target="main">
</head>
<body link="#0000FF" vlink="#000000" alink="#000000">
<p></p>
<form method="POST" action="http://61.137.93.64/mop/new/item/useitem.asp" target="main">
<table border="1" width="70%">
<tr>
<td width="10%" bgcolor="#DBD7C8" nowrap> </td>
<td width="40%" bgcolor="#DBD7C8" nowrap><div align="center"><center><p>名 称 </td>
<td width="20%" bgcolor="#DBD7C8" nowrap align="center"><div align="center"><center><p>数
量 </td>
</tr>
<tr><td width='10%'><input type='radio' name='R1' value='名表OMEGA'></td><td width='70%'>名表OMEGA</td><td width='34%'>13515</td></tr><tr><td width='10%'><input type='radio' name='R1' value='魔界通行证'></td><td width='70%'>魔界通行证</td><td width='34%'></td></tr> </table><p><input type='submit' value='使用' name='B1'> <input type='submit' value='转让' name='B1'></p>
</table>
</form>
<p align="center"></p>
</body>
</html>
运行后如果radio选名表OMEGA,然后点使用,我就是要模拟这个事件向服务器提交请求。请给出实现源代码
如果300分不够再加,多谢了!!