One Response to “Hacking About In III’s Web OPAC”

  • 1
    abrin Says:

    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.

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.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>