problem with focus() method and input text.

A

amit

Hello group,

I'm having a problem with an HTML element performance. When I use
focus() method to jump to an input text. I realize the cursor is on
waiting on the 2nd column waiting for user to enter a number. This is
the HTML part:

<input id="id_Text_Octet1" type=text value="" maxlength="3"
onkeyup="SomeFunction(event, this.id);" style="border:0;width:
25px"><span style="font-size:18px;">.</span>

Then in JavaScript there is line of code:

document.getElementById("id_Text_Octet" + 1).focus();

Always user must press backspace in order to be able to type three
digits.

I will appreciate it if somebody could give me a hand in this.

regards,
ak
 
A

amit

Hello group,

I'm having a problem with an HTML element performance. When I use
focus() method to jump to an input text. I realize the cursor is on
waiting on the 2nd column waiting for user to enter a number. This is
the HTML part:

<input id="id_Text_Octet1" type=text value="" maxlength="3"
onkeyup="SomeFunction(event, this.id);" style="border:0;width:
25px"><span style="font-size:18px;">.</span>

Then in JavaScript there is line of code:

document.getElementById("id_Text_Octet" + 1).focus();

Always user must press backspace in order to be able to type three
digits.

I will appreciate it if somebody could give me a hand in this.

regards,
ak


Got solved.

Thanks!
 
S

scripts.contact

Hello group,

I'm having a problem with an HTML element performance. When I use
focus() method to jump to an input text. I realize the cursor is on
waiting on the 2nd column waiting for user to enter a number. This is
the HTML part:
Always user must press backspace in order to be able to type three
digits.

use the select method before focus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top