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.