请问各位大侠,如何实现或者用什么命令点击页面中的查询和保存?谢谢!
<form><div class="noprint"style="position: absolute; left: 34mm; top: 5mm;">
<img src="fp042_gbf.jpg" width="775" height="514"class="noprint" style="position: absolute; width: 170.7mm; height:117mm; left: 0px; top: 0px;">
</div>
<center class=noprint>
<table width="100%"border="0" cellpadding="0" cellspacing="0" id="AutoNumber1" style="a position: absolute; position: absolute; left: 280px; top: 137.319mm; width: 375px; height: 43px;">
<tr>
<td width="33%" class=noprint valign="top">
<input onclick="chaxun()" type="button" value="查询">
<input onclick="baocun()" type="button" value="保存">
<input onclick="document.all.webbrowser.execwb(8,1)" type="button" value="设置">
<input onclick="document.all.webbrowser.execwb(7,1)" type="button" value="预览">
</td>
</tr>
</table>
</center>
</form> 楼主既然知道是ie类,到帮助里找啊,别说找不到,或是没相同的 在帮助里找到的命令是_IEGetObjByName、_IEGetObjById 、_IEFormElementGetObjByName,IE源码中有ID,Name之类的会用。但上述的源码中找不到ID,Name,所以就没方向了。 麻烦各位!有什么好的方法点击吗?后台的点击,用什么命令? 用xmlhttp吧 http://www.autoitx.com/thread-30687-1-1.html 用这个来获取元素对象吧_IETagNameGetCollection()
RE: 请问各位大侠,如何实现或者用什么命令点击页面中的查询和保存?谢谢!
已解决,谢谢各位大侠!!!!!
页:
[1]