Hacking About In III’s Web OPAC
Ryan Eby credits John Blyberg for figuring it out, but the details are here: Passing Bib Numbers from the III OPAC.
People who looked at this item also looked at…
Related items
One Response to “Hacking About In III’s Web OPAC”
Leave a Reply
Comments should show a courteous regard for the presence of other voices in the discussion. We reserve the right to edit or delete comments that do not adhere to this standard.

April 7th, 2006 at 9:30 am
for III pages where you can’t use a token, like a given record page, you could also use:
// http://tripod.brynmawr.edu:80/record=b2549923
var bibid = document.getElementById(’recordnum’).href;
bibid = bibid.substring(bibid.indexOf(’='));
which returns a full url to the bib (), but you could truncate it.