Can I added HTML code In place of the Action Button in the Extras Area in the Header

My client has requested that, instead of the Action Button in the Extras Area in the Header, that we place HTML (see below), so hat we can provide people the ability to search an online Library Database that is not part our website. 

They need the ability for someone to enter a search phrase in an input box, then click "Search Our Catalog" button.


They want something like what this HTML code does (see code below):

<form id="searchForm" action="http://pick.ent.sirsi.net/client/en_US/default/search/results" method="get"><input id="qu" accesskey="s" title="Search For:" maxlength="256" name="q" type="text" value="" />
<input id="searchButton" class="button" title="Search" type="submit" value="Search Our Catalog" /></form>

Comments

Sign In or Register to comment.