Monday, October 11, 2010

Overdrive search widget

just a quick post for libraries that use overdrive:

if you want a search box on your website that will do a title search on your overdrive titles you can use the following html:



<form action="http://YOUR_OVERDRIVE_URL/BANGSearch.dll" method="POST">
<label for="Title">Title</label><input type="text" name="Title" size="35" maxlength="100" style="width:288" width="288">
</form>

obviously you must replace the YOUR_OVERDRIVE_URL part with the correct information
It will produce the following