Web Analytics Made Easy -
StatCounter Centering Cursor Position - CodingForum

Announcement

Collapse
No announcement yet.

Centering Cursor Position

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Centering Cursor Position

    Hi,

    I have been searching for the code to center the cursor position on a screen or a particular window.

    Thanks

  • #2
    You can't set the cursor position,but you can set the caret position in a textbox using the setSelectionRange() method.You can also set focus to an element using the focus() method.

    Comment

    Working...
    X