Z
zxp_ping
Unregistered / Unconfirmed
GUEST, unregistred user!
其实就象登录网页邮箱差不多。
我想做成效果如下:
1.直接打开IE,把数据用IE提交到网页,然后打开网页。
2.如果第1点实现麻烦的话,就用WEBBROWER控件好了,实现效果也是打开提交数据后的网页
表单内容如下:
<body>
<form name="form1" method="post" action="http://www.xx.com/log1.asp">
序号:&nbsp;
<input name="id" type="text" id="id">
<br>
名称:
<input name="name" type="text" id="name">
<br>
区别:
<input name="qb" type="text" id="qb">
<br>
<input type="submit" name="Submit" value="提交">
</form>
</body>
我想做成效果如下:
1.直接打开IE,把数据用IE提交到网页,然后打开网页。
2.如果第1点实现麻烦的话,就用WEBBROWER控件好了,实现效果也是打开提交数据后的网页
表单内容如下:
<body>
<form name="form1" method="post" action="http://www.xx.com/log1.asp">
序号:&nbsp;
<input name="id" type="text" id="id">
<br>
名称:
<input name="name" type="text" id="name">
<br>
区别:
<input name="qb" type="text" id="qb">
<br>
<input type="submit" name="Submit" value="提交">
</form>
</body>