Tagged Questions
0
votes
1answer
127 views
When does FireFox ask for confirmation on page redirect?
Every once in a while I click a link and see the following (I'm using FF 11.0):
I was wondering why FF does this on some redirects/links and not on others. I was thinking maybe it does that when ...
3
votes
2answers
2k views
Why doesn't autofocus=“autofocus” work in Mozilla Firefox?
<INPUT TYPE=TEXT NAME="Gw" MAXLENGTH="225" size="42" autofocus="autofocus">
If I try this with Google Chrome it works. I just want to highlight a form without <script>.
Why doesn't it ...