You have a _javascript_ error on the page.. in the HTML you have a script tag that runs the following _javascript_ document.f.q.focus();however the page location where it is is BEFORE the form with id "f" in the page. That script tag should be either wrapped in an onload event handler OR moved to the end of the HTML (just before the close </body>) |
-- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites