<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
ラベルのテキストを変更するにはどうすればよいですか?