Linking a widget to a search catalog
-
Can anybdy please tell me how I can get a search box to link with the catalog after typing in a search term? I have it linked so it goes to the catalog but it doesn’t search.
This is my site:
https://www.hersheylibrary.orgThe catalog is:
https://clic.polarislibrary.com/POLARIS/default.aspx?ctx=5.1033.0.0.3The widget I created is this:
<input type="text" autocomplete="off" id="textboxTerm" class="c-search-header__search-box" onblur="document.getElementById('searchContainer').className='c-search-header__search-box-div SearchBoxFlat'" onfocus="document.getElementById('searchContainer').className='c-search-header__search-box-div SearchBoxGlow'" onkeypress="return ProcessInput(event)"/> <a href="https://clic.polarislibrary.com/POLARIS/default.aspx?ctx=5.1033.0.0.3" target="_blank"><i class="glyphicon glyphicon-search c-search-header__glyphicon-search"></i></a>
Thanks for any help you can provide.
The page I need help with: [log in to see the link]
- The topic ‘Linking a widget to a search catalog’ is closed to new replies.