cx22 发表于 2009-1-15 23:32:05

关于网页中 javascript 触发问题!

<a style="cursor:pointer;" onclick="reguser()"><img src="http://img1.popwan.com/templates/{GameTemplates}/{dgyz}/client/skins/default/images/join/reg.gif"></a>


如何能够定位到这个链接,并且点击他!~

_IELinkClickByIndex试过不行!~
Not all elements that appear to be links actually are. It is common practice to attach onClick JavaScript events to other DOM elements to simulate the behavior of links. To activate such elements, use "click" with _IEAction.

要用 _IEAction 但是 如何定位到呢!~

[ 本帖最后由 cx22 于 2009-1-16 08:17 编辑 ]

cx22 发表于 2009-1-16 08:16:59

自己搞定 ,用 _IETagNameGetCollection ($oIE, "a") 可以获得

顽固不化 发表于 2009-1-16 09:32:32

祝贺。我也学到了

liongodmien 发表于 2009-1-16 15:19:54

不知有没试过_IEIMGCLICK()
页: [1]
查看完整版本: 关于网页中 javascript 触发问题!