We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18878
    • 210 Posts
    Quote from: sottwell at Dec 05, 2007, 02:42 PM

    Line 89 of /assets/snippets/weblogin/weblogin.inc.php
        <script type="text/javascript">
            if (document.loginfrm) <?php echo !empty($uid) ? "document.loginfrm.password.focus()" : "document.loginfrm.username.focus()" ?>;
        </script>
    


    Thank you very much!