LawrenceDon 发表于 2012-7-30 15:55:00

学艺不精,特来求教,网页按钮相关

本帖最后由 LawrenceDon 于 2012-7-31 13:46 编辑


我想点击Browse 跟 upload按钮,使用_IEGetObjById可以获取到按钮,但是在使用_IEAction click的时候却无法成功,也尝试过别的函数均不能成功。特来请教,求大神给与提示或思路。谢谢。
按键部分的代码如下:
<h3>Upload .cab file</h3>
    <table>
    <tr>Browse to the path of the .cab file that you want to upload.</tr>
    <tr>
      <td><input name="ctl00$MainContentPlaceHolder$Uploader$FileUploader" type="file" id="ctl00_MainContentPlaceHolder_Uploader_FileUploader" size="100" filter="*.cab" /><span id="ctl00_MainContentPlaceHolder_Uploader_ctl00" style="color:Red;visibility:hidden;"></span></td>
      <td><input type="submit" name="ctl00$MainContentPlaceHolder$UploadButton" value="Upload" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$MainContentPlaceHolder$UploadButton&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false))" id="ctl00_MainContentPlaceHolder_UploadButton" /></td>
    </tr>
    </table>全部代码在此附件:

LawrenceDon 发表于 2012-7-30 15:57:26

本帖最后由 LawrenceDon 于 2012-7-31 13:42 编辑

代码太长编辑掉

LawrenceDon 发表于 2012-7-30 15:58:06

本帖最后由 LawrenceDon 于 2012-7-31 13:42 编辑

代码太长编辑掉

skywn 发表于 2012-7-30 23:02:14

当使用_IEAction click的时候却无法成功,建议从官方下载软件,论坛汉化版的软件,各种Bug,有些函数会出错,_IEAction click,建议使用本论坛中3.7以上版本,但不要使用最新的

xlj310 发表于 2012-7-30 23:03:42

不知楼主为何要将如此长的代码贴在此处,而不直接贴个网址,或者用附件打包

komaau3 发表于 2012-7-30 23:04:16

试下
$id.focus

$id.click

LawrenceDon 发表于 2012-7-31 13:41:11

回复 5# xlj310


    那个网址是需要登录的,所以不能直接贴网址。。。

LawrenceDon 发表于 2012-7-31 13:41:39

回复 6# komaau3


    这个我早就试过了,依旧不能成功

LawrenceDon 发表于 2012-7-31 13:47:29

回复 4# skywn


    这个值得尝试一下,谢谢
页: [1]
查看完整版本: 学艺不精,特来求教,网页按钮相关