SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: onblur with select
-
Jul 29, 2003, 10:20 #1
- Join Date
- Sep 2002
- Posts
- 26
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
onblur with select
Anyone know why this doesn't work in IE5/5 but does in Netscape4+?
Code:<select size=1 name=month onchange=this.blur()>
TIA, brian
-
Jul 29, 2003, 15:23 #2
- Join Date
- Feb 2000
- Location
- where the World once stood
- Posts
- 700
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi brian,
Not having a wheel, I can't really test. However, you might try the following instead:
document.formName.nextFieldName.focus();
VinnyWhere the World Once Stood
the blades of grass
cut me still
-
Jul 30, 2003, 03:01 #3
- Join Date
- Sep 2002
- Posts
- 26
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Yes this works. Just wondering why the onblur doesn't.
Doesn't really matter though
Bookmarks