Chris: I've uploaded most of the changes that I've made for the new web circulation module, but I can't add changes made to cat-top.inc, as the includes aren't in CVS. I made the following change to cat-top.inc: 25a26,29
function focusinput() { document.forms[0].elements[0].focus(); }
39,40c43,46 < <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300" < marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 > ---
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300" marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onLoad=focusinput()>
This function (which runs when the page finishes loading) just focuses the first element of the first form on the page. Steve.