onload = focus
-
This function in the b2edit.form annoys the mess out of me! Every time I refresh the page or something it JUMPS up and I loose my place!
So anyway, I deleted:
function focusit() {
// focus on first input field
document.post.title.focus();
}
window.onload = focusit;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘onload = focus’ is closed to new replies.