|
本帖最后由 心照不宣 于 2010-2-21 23:10 编辑
<INPUT style="WIDTH: 350px" class=register_bor5 onchange=loadImage(this) type=file name=imgfile0>
<INPUT style="WIDTH: 350px" class=register_bor5 onchange=loadImage(this) value="D:\My Documents\IMG_0747.jpg" type=file name=imgfile0>
$oINPUT = _IEFormElementGetObjByName($oFORM, 'imgfile0')
_IEAction($oINPUT,"click")
;以下的操作衔接不上,不运行,不知道为什么?但是分开代码可以。
WinWait("选择要加载的文件")
$hChoose = WinGetHandle("选择要加载的文件")
ControlSetText($hChoose, "", "Edit1", "D:\My Documents\Image100204_121742.jpg")
ControlFocus($hChoose, "", "Button2")
ControlSend($hChoose, "", "Button2", "o") |
|