![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Administrator Join Date: Sep 2001 Location: Yerevan, Armenia
Posts: 7,155
Blog Entries: 15 Rep Power: 10 Reputation:
293 | JavaScript: How to get selected text of desired element name? This will represent any selected text in whole page for IE5.x. document.selection.createRange().text What if I want to get text only from specified "input" control for IE (NS has its own methods and I don't need that) ? |
| | |