我剛才試了一下
還是試不出來
我把我寫的列出來#include <IE.au3>
If WinExists("SSO 更新 登出 - Windows Internet Explorer") Then
WinActivate("SSO 更新 登出 - Windows Internet Explorer")
Local $oIE = _IE_Example("refreshform")
Local $oSubmit = _IEGetObjByName($oIE, "refreshButn")
_IEAction($oSubmit, "click")
EndIf
下面是我要按下 更新 sso 的原始碼<form action="javascript:get(document.getElementById('refreshform'));" method="post" name="refreshform" id="refreshform">
<input type="button" style="width:60px;height:20px;font-size:12" name="refreshButn" id="refreshButn" value="更新SSO" title="可延長IE使用SSO時間,以免因SSO逾時而需重新登入。" onclick="javascript:get(this.parentNode);miniwin();">
<input type="hidden" name="askTime" id="askTime" value="">
<input type="hidden" name="activeRefresh" id="activeRefresh" value="act">
<input type="hidden" name="pcIP" id="pcIP" value="10.24.8.3">
</form>
請 shqf 兄指點一下
感恩
|