[ 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: Thu, 14 Dec 2000 16:09:52 -0500
- From: Peter Murray <PMurray@xxxxxxxxxx>
- Subject: Re: Quick search box ?
--On Thursday, December 14, 2000 4:04 PM -0500 Katrina Piechnik
<kpiechnik@xxxxxxxxxx> wrote:
> I remember seeing "Quick search box" that one of you created year or
> two ago.
>
> I searched INNOPAC archives with not much of success. Could you share
> this cool looking box with me? Your help is greatly appreciated.
Here is the code that I use:
<FORM METHOD="GET" ACTION="http://uconl.law.uconn.edu/search/~">
<B>Search the library catalog by</B> <SELECT NAME="searchtype">
<OPTION VALUE="a">Author </OPTION>
<OPTION VALUE="t">Title </OPTION>
<OPTION VALUE="d">L.C. Subject Heading </OPTION>
<OPTION VALUE="X" SELECTED>Words </OPTION>
<OPTION VALUE="c">L.C. Call Number </OPTION>
</SELECT> <B>for:</B><BR>
<INPUT TYPE="TEXT" NAME="searcharg" SIZE="40" MAXLENGTH="75">
<INPUT TYPE="hidden" NAME="SORT" VALUE="D">
<INPUT TYPE="SUBMIT" VALUE="Search"><BR>
</FORM>
"uconl.law.uconn.edu" is the name of our INNOPAC. You might have to
adjust the index values -- we use "X" for the AVS keyword search, for
instance. If you do use AVS, be sure to include the hidden "SORT"
field.
Peter
--
Peter Murray, Computer Services Librarian W: 860-570-5233
University of Connecticut Law School Hartford, Connecticut
--
This message was distributed through the Innovative Users Group INNOPAC list.
Private replies: Peter Murray <PMurray@xxxxxxxxxx>
Public replies: INNOPAC@xxxxxxxxxx
Archives: http://innopacusers.org/list/archives/