PINES

PINES Search Box HTML Script

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:

  • go to the PINES catalog home
  • select 'Choose a different library' from the drop-down box to the right of the 'Advanced Search' link
  • Hover over the name of teh system or branch you want to specify. The location number willk appear in your browser's status bar, at the bottom of your screen, in parenthesis

 

<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>