Tsi David

Greenhorn
+ Follow
since Jul 17, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tsi David

the onblur event does not work either because I need to set the focus to the next tag when leaving the current tag

Hi ppl,

I have a select dropdown which has two events an onchange and onkeypress.
My problem now is when I use the keyboard arrows to select an item from the list in a select drop down the onchange is selected(invoked) before I even reach the second item in the list when using opera and IE but working fine with firefox and chrome.

Anyone who has a way of solving this problem please help me.I thank you in advince.
Hi,

I'm creating a dynamic site but now I'm coming across a problem when I'm displaying input textbox.The textboxes uses two events onblur and onkeypress
These two events they invoke the same function which suppose to determine the function must be executed between Shownext() and tabbackorFront()

When a use uses tab key to go or display the next select dropdown it functions well ut when the user clicks tab+ctrl to go back the function that is called is the onblur instead of the onkeypress.

What I need is the way at which the events are called when tab+ctrl is clicked to go back