I am currently working on a project and I am trying to figure out a mouse trick. Using VB as my reference there is a command .focus() and you can change the focus of your cursor to a certain box. Basically heres the scenario.
Player/Client Enters The Game.
> They click new game ...
> > When they are inputting their information that I am asking when they hit a certain character limit say 25 the cursor will automatically jump to the next box in the tab order.
I hope I explained myself enough. Thanks.
ID:157714
Jan 14 2010, 6:05 pm
|
|
Jan 15 2010, 12:51 am
|
|
May I recommend handling this client sided in a browser-element and applying JavaScript?
|