I'm attempting to add this multi-tabbed HTML Excel document to my database but running in to a problem with the jump to match and highlight function. I've added the following to my document:
-
<head>
<style>.highlight { background: #FFFF40; }</style>
<script type="text/javascript" src="W:\WCS_IP\Search_Engine\highlight.js"></script>
</body>
<script type="text/javascript">highlight();</script>
-
The problem is that with a multi-tabbed HTML excel docuement it will not search/highlight the item being searched. If the HTML Excel document is only one tab, the funtion works great. Any help would be greatly appreciated. If any of this is not clear, please post back and I'll try and help.
Thanks, Todd
-
<head>
<style>.highlight { background: #FFFF40; }</style>
<script type="text/javascript" src="W:\WCS_IP\Search_Engine\highlight.js"></script>
</body>
<script type="text/javascript">highlight();</script>
-
The problem is that with a multi-tabbed HTML excel docuement it will not search/highlight the item being searched. If the HTML Excel document is only one tab, the funtion works great. Any help would be greatly appreciated. If any of this is not clear, please post back and I'll try and help.
Thanks, Todd
Comment