The MU forums have moved to WordPress.org

Focus in header (1 post)

  1. samchng
    Member
    Posted 18 years ago #

    <script type="text/javascript">
    function focusit() {
    document.getElementById('log').focus();
    }
    window.onload = focusit;
    </script>

    Anyway knows what the above script does? Can be found in the header of wp-login.php.

About this Topic

  • Started 18 years ago by samchng