[OPEN-ILS-DEV] Search URL

Bill Erickson erickson at esilibrary.com
Fri Jun 5 09:07:40 EDT 2009


On Thu, Jun 4, 2009 at 9:02 PM, Grant Johnson <fgjohnson at upei.ca> wrote:

>
> Can I generate a URL to return a catalogue entry based on an Item barcode?
>
>

You could add something like this to default/js/advanced.js in advInit():

var cgi = new CGI();
if (cgi.param('barcode'))
    advFindBarcode(cgi.param('barcode'))

That will look up the barcode and redirect you to a record detail page.

-b


-- 
Bill Erickson
| VP, Software Development & Integration
| Equinox Software, Inc. / The Evergreen Experts
| phone: 877-OPEN-ILS (673-6457)
| email: erickson at esilibrary.com
| web: http://esilibrary.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://libmail.georgialibraries.org/pipermail/open-ils-dev/attachments/20090605/51254f7f/attachment.htm 


More information about the Open-ils-dev mailing list