Hi.
I've been trying to enable the feature described in the user guide under "7.9 Enable jump to match and highlight within document".
So long as I use the option:
<body onload="highlight();">
I get the search term highlighted in the document just fine.
However, many of my pages already use <body onload, so I can't use that throughout. But when I try to use the option:
</body>
<script type="text/javascript">highlight();</script>
I get no highlighting of the search term in the document.
All my pages are named with an asp extension: pagename.asp.
Any suggestions?
TIA
I've been trying to enable the feature described in the user guide under "7.9 Enable jump to match and highlight within document".
So long as I use the option:
<body onload="highlight();">
I get the search term highlighted in the document just fine.
However, many of my pages already use <body onload, so I can't use that throughout. But when I try to use the option:
</body>
<script type="text/javascript">highlight();</script>
I get no highlighting of the search term in the document.
All my pages are named with an asp extension: pagename.asp.
Any suggestions?
TIA
Comment