我正在使用真正的客户端协议,并且我有一个带有使用图像实现的搜索按钮的 Web 应用程序。我单击该图像按钮以提取一些结果。
搜索按钮的html代码是:
< img style="border: medium none;"
onclick="ajaxLoadingStarted(this, document.getElementById('select:ajaxLoadingImg')); searchVehicles();"
src="/webPortal/common/images/green-search-btn.png" id="select:searchBtn">
我的javascript代码是:
var searchobj = document.getElementById('select:searchBtn').onclick();
不幸的是,我收到了这个错误:
t=00019690ms: 错误 -203252: 46: Evaluate JavaScript code / window.alert($('#javax.face...ement; } } / failed - 发生异常:NS_ERROR_NOT_AVAILABLE: 组件不可用 [MsgId: MERR-203252 ]
为什么会发生这种情况?