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

1 comment:

  1. I tried doing this for my libraries website, and its not populating the search. It brings me to the overdrive website but what i searched doesn't come up. Do you have an updated version of this form that works?

    ReplyDelete