This is a discussion on "Controlling the blinking cursor position in safari browser" within the JavaScript Forum section. This forum, and the thread "Controlling the blinking cursor position in safari browser are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Controlling the blinking cursor position in safari browser
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi,
I want to place the blinking cursor in particular position in textbox onclick of one button. I have acheived this in javascript by using the following code var range = txtControlObj.createTextRange(); range.move("character", globalCursorPos); range.select(); But it is working only in IE ,bcoz safari browser doesn't support createTextRange( ) mrhotd. Is there any other method in javascript to acheive this one..Pls help to do this out.. Thanks vikki. |
|
|
![]() |
| Tags |
| cursor position |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Controlling page layouts for printing in IE | lunarfish | Web Page Design | 0 | Jul 17th, 2007 13:01 |
| finding cursor position | bahy | JavaScript Forum | 4 | Jun 26th, 2007 14:07 |
| Safari Browser Does Not Read My CSS (IE DOES) | webnewbie | Web Page Design | 6 | Mar 6th, 2007 23:51 |
| Controlling QuickTime with JS | liby | JavaScript Forum | 0 | Mar 6th, 2007 13:38 |
| Controlling Textarea Size With CSS | xKillswitchx | Web Page Design | 2 | Mar 4th, 2006 06:11 |