Hello,
I would like to create a search box in the header of an existing page.
I want to use a javascript platform.
I have tried to add the following lines (from the serach.htm file):
<script language="JavaScript" src="settings.js"></script>
<script language="JavaScript" src="search.js"></script>
<body onload="if (document.getElementById('zoom_searchbox')) {document.getElementById('zoom_searchbox').focus() ;}">
<h1>Search this site</h1>
<p>
Enter one or more keywords to search for using the Zoom Search Engine.<br />
Note that '*' and '?' wildcards are supported.
</p>
<!-- This is where the search form and results will appear -->
<script language="JavaScript">ZoomSearch();</script>
<noscript>You must have JavaScript enabled to use this version of the search engine.</noscript>
</body>
But it does not work
Do you have an example?
Thanks
Didier
I would like to create a search box in the header of an existing page.
I want to use a javascript platform.
I have tried to add the following lines (from the serach.htm file):
<script language="JavaScript" src="settings.js"></script>
<script language="JavaScript" src="search.js"></script>
<body onload="if (document.getElementById('zoom_searchbox')) {document.getElementById('zoom_searchbox').focus() ;}">
<h1>Search this site</h1>
<p>
Enter one or more keywords to search for using the Zoom Search Engine.<br />
Note that '*' and '?' wildcards are supported.
</p>
<!-- This is where the search form and results will appear -->
<script language="JavaScript">ZoomSearch();</script>
<noscript>You must have JavaScript enabled to use this version of the search engine.</noscript>
</body>
But it does not work
Do you have an example?
Thanks
Didier
Comment