<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.
<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.