| Author |
over write mode in html
|
venki janapati
Greenhorn
Joined: Dec 26, 2002
Posts: 19
|
|
Hi, i would like make text fields in over write mode. when user type the text it should replace existing characters in the text field. You r help is highly appreciated. is there a way in javascript. Thanks in advanced venkat
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
There is no simple way to do it since all browsers handle the current cursor location in the string different. Some support it whiles others do not. I do not have time to try it, but you need to play with strings and this http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 Eric
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 411
|
|
|
Is it fine with you to do it on ie only?
|
 |
venki janapati
Greenhorn
Joined: Dec 26, 2002
Posts: 19
|
|
|
yes,its absolutely fine. iam looking only in IE
|
 |
venki janapati
Greenhorn
Joined: Dec 26, 2002
Posts: 19
|
|
|
yes,its absolutely fine. iam looking only in IE
|
 |
Yuriy Fuksenko
Ranch Hand
Joined: Feb 02, 2001
Posts: 411
|
|
Than you might wanna look at this article: Leveraging Scriptable Editing in Your Web Pages also look at: CONTENTEDITABLE Attribute | contentEditable Property
|
 |
venki janapati
Greenhorn
Joined: Dec 26, 2002
Posts: 19
|
|
|
I tried earlier ones. Those seems to pretty complex to implement. Do you have any thing simpler. Users are complaining that they need to press insert key again once they refresh the page
|
 |
 |
|
|
subject: over write mode in html
|
|
|