When submitting a "New Pub" form, the resulting edit/submitnewpub.cgi page contains the following bogus JavaScript statement:
onload="document.getElementById('pub_title').focus();"
within the "body" tag. This happens in function PrintPreSearch in edit/isfdblib.py where the code checks "if (title[0:4] == 'New ') or (title == 'Clone Publication'):". The code needs to be corrected not to emit this JS snippet when executed on the post-submit page.
Anonymous
Fixed in edit/isfdblib.py 1.41 . Installed in r2013-141 on 2013-10-21.
Closing.