[ List Archives Home ] [ Thread index for 2008 ]
[ Date index for 2008 ]
[ Author index for 2008 ]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- Date: Mon, 23 May 2005 19:06:41 -0700
- From: "David Jones" <djones at scu dot edu>
- Subject: Re: search OPAC from library home?
_____________________________________________________________________
David Jones
mailto:djones at scu dot edu
Library Systems Manager
http://www.scu.edu/library/
Orradre Library fax: 408-551-1805
Santa Clara University phone: 408-551-7167
500 El Camino Real
Santa Clara CA 95053-0500
_____________________________________________________________________
"mir war / als haettest du / einen blick auf mich geworfen /
ich mich geduckt / sag mir was das war"
--Wueste by Blixa Bargeld,
http://www.neubauten.org/tabula/wueste.php
>>> Emily Lin <elin at ucmerced dot edu> 05/23/05 3:28 PM >>>
We'd like to have a search box on our library's home page that will search the library catalog, instead of linking off to the catalog's page. Would anyone who has implemented this share how you did it?
<<<
It's not perfect because the first URIs retrieved aren't bookmark-able, but here's our form (salt to taste...)
<form method="post" action="
http://sculib.scu.edu/search/_" name="">
<select name="searchtype">
<option value="X" selected>Keywords</option>
<option value="a">Author</option>
<option value="t">Title</option>
<option value="d">Subject </option>
<option value="c">LC Call Number</option>
<option value="g">Gov Doc Number</option>
<option value="i">ISBN/ISSN</option>
<option value="r">by Course name</option>
<option value="p">by Course Instructor</option>
</select>
<input type="text" name="searcharg" size="25" maxlength="60">
<input type="hidden" name="SORT" value="A">
<input type="image" border="0" name="submit" src="images/gifs/templates/search_oscar_red.gif" width="120" height="20" alt="Search OSCAR">
</form>
HTH,
David
This message scanned for viruses and SPAM by GWGuardian at SCU (MGW1)