ID:157714
 
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.
May I recommend handling this client sided in a browser-element and applying JavaScript?