To insert a PINES search box on your web page, use the script below in the HTML body where you want the box to appear.
NOTE: Be sure to replace the number 153 in the sixth line of code below with yout PINES catalog location number.
To find your location number:
<form action="http://gapines.org/opac/en-US/skin/default/xml/rresult.xml" >
<input name="rt" value="keyword" type="hidden" />
<input name="tp" value="keyword" type="hidden" />
<input name="t" type="text" />
<!--PUT PINES CATALOG LOCATION NUMBER IN THE FOLLOWING VALUE FIELD REPLACING 153 -->
<input name="l" type="hidden" value="153" />
<input name="submit" type="submit" value="search" />
</form>