Re: A peculiar web-coding conundrum
Posted by Gollum on
Wed Nov 16th 2005 at 2:57pm
Gollum
member
1268 posts
525 snarkmarks
Registered:
Oct 26th 2001
Occupation: Student
Location: Oxford, England
Hmmm, I seem to have solved my own puzzle. I can move the focus
away from the link and to some other element with this script:
document.getElementById('some other element').focus()
Other comments and ideas still welcome though :smile: Sorry if I wasted anyone's time.
Re: A peculiar web-coding conundrum
Posted by Crono on
Wed Nov 16th 2005 at 6:40pm
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
Focus is very useful.
I usually use it for popups. (well, mixed with the parent definition)
I didn't see what the original problem was. Or what you were going for.
Blame it on Microsoft, God does.
Re: A peculiar web-coding conundrum
Posted by Crono on
Thu Nov 17th 2005 at 12:04am
Posted
2005-11-17 12:04am
Crono
super admin
6628 posts
700 snarkmarks
Registered:
Dec 19th 2003
Location: Oregon, USA
Oh.
Yeah, IE let's the scroll bars act where the mouse sits ... I think. Not sure, I haven't actually loaded IE in a long time.
Cool.
Blame it on Microsoft, God does.