My environment:
Help&Manual4 using Zoom Search Engine 4.3
(I'm also seeking help on H&M forum... no response, yet.)
When using the index or links on a Browser, based Help system, I get this script error:
---------------------------------------------------------------------------
An error has occurred in the script on this page.
Line: 119
Char: 5
Error: 'null' is null or not an object
Code: 0
URL: file:\\c:\Client\help\index.html
Do you want to continue running scripts on this page?
Yes No
---------------------------------------------------------------------------------
If you click "Yes" it continues normally.
Additional information:
From highlight.js:
114function SearchHiLite(text)
115{
116 var SearchAsSubstring = 0;
117 var hl;
118
119 hl = QueryString("zoom_highlight");
120 if (hl == "" || hl == null)
121 {
122 hl = QueryString("zoom_highlightsub");
123 if (hl == "" || hl == null)
124 return false;
125 else
126 SearchAsSubstring = 1;
127 }
This error pops up on Internet Explorer 6 & 7.
The error does not occur on Firefox.
Can someone suggest a fix?
Thanks
Help&Manual4 using Zoom Search Engine 4.3
(I'm also seeking help on H&M forum... no response, yet.)
When using the index or links on a Browser, based Help system, I get this script error:
---------------------------------------------------------------------------
An error has occurred in the script on this page.
Line: 119
Char: 5
Error: 'null' is null or not an object
Code: 0
URL: file:\\c:\Client\help\index.html
Do you want to continue running scripts on this page?
Yes No
---------------------------------------------------------------------------------
If you click "Yes" it continues normally.
Additional information:
From highlight.js:
114function SearchHiLite(text)
115{
116 var SearchAsSubstring = 0;
117 var hl;
118
119 hl = QueryString("zoom_highlight");
120 if (hl == "" || hl == null)
121 {
122 hl = QueryString("zoom_highlightsub");
123 if (hl == "" || hl == null)
124 return false;
125 else
126 SearchAsSubstring = 1;
127 }
This error pops up on Internet Explorer 6 & 7.
The error does not occur on Firefox.
Can someone suggest a fix?
Thanks
Comment