L
lovelovelily
Unregistered / Unconfirmed
GUEST, unregistred user!
在WEBBROWSE中加载一个网页,请问如何击发该网页中的某一个按钮
例如:"#"按钮
<td>
<noscript>
<form action="/command.html" method="POST">
<input type="hidden" name="wm_command" value="158">
</noscript>
<input type="submit" value=" # " name="submit" onclick="postform(158,'null',0); return false;">
<noscript></form></noscript>
</td>
例如:"#"按钮
<td>
<noscript>
<form action="/command.html" method="POST">
<input type="hidden" name="wm_command" value="158">
</noscript>
<input type="submit" value=" # " name="submit" onclick="postform(158,'null',0); return false;">
<noscript></form></noscript>
</td>