[thelist] js cursor position in a form

Brian Cummiskey Brian at hondaswap.com
Thu Jan 5 08:52:13 CST 2006


Peter Brunone (EasyListBox.com) wrote:
> The createTextRange part is IE-specific.  The Mozilla approach looks like this:
> 
> inputText.setSelectionRange(iStartPosition, iEndPosition)
> 
> This might work in IE also; I haven't tested it there.
> 


I just tried both methods, and both produce the same error:

"object doesn't support property or method."




More information about the thelist mailing list