|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
unfocus on drop down list.
I want to unfocus after selecting the drop down menu. But the problem is after you select "2", and u want to click again and move down to page by using scroll wheel mouse, it moves the menu to down instead of going down on page. how can i unselect when onclick it?
PHP Code:
Last edited by tommy916 : January 15th, 2004 at 03:03 PM. |
|
#2
|
||||
|
||||
|
Re: unfocus on drop down list.
Wouldn't you change:
<select name=mine onchange="self.focus();"> to: <select name=mine onchange="self.blur();"> |
|
#3
|
|||
|
|||
|
nope, blur() does not work
here the working one i fixed. PHP Code:
|
|
#4
|
|||
|
|||
|
Help
I have this same scroll problem. IF I send you my code could you help - even after your email I have NO idea. I already put my question to the forum.
Quote:
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > unfocus on drop down list. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|