<label id="ButtonTestResultLabel" style="color:Black; font-size:large" title="Success" visible=true>Please Press Left Button</label>
<% if scanner.ExecuteButtonTest(sessionid, CInt(1)) then
upbuttonresult = true
end if %>
<% ButtonTestResultLabel.Text = "Please Press Down Button"
if scanner.ExecuteButtonTest(sessionid, CInt(2)) then
downbuttonresult = true
end if %>
我想更改标签文本,但出现错误:
脚本中的解析错误
Microsoft VBScript 运行时错误:'800a01a8'
描述:所需对象:'ButtonTestResultLabel'在文件中:/prod/buttonstest.asp
在线:57
如何更改标签文本?