Actions
Bug #1768
closedJavascript error in "include_searchbox.jsp" for default skin
Start date:
11/12/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1768
Description
Clicking on the common search terms produces an "error on page" (Line: 1,
Char: 1, Error: Object expected, Code: 0, URL:
http://localhost:8080/test1/index.jsp)
I found that if I replace:
"<a target="_top" href="javascript:keywordSearch
(document.searchForm, 'alpine')" class="searchsubcat">Alpine,</a>"
with:
"<a href="#" onClick="keywordSearch(document.searchForm, 'alpine')"
class="searchsubcat">Alpine,</a>"
It works fine.
Actions