Re: [WSG] FireFox DOM issue.

2005-08-09 Thread Patrick Ryan
In firefox, I have had success with "selectionStart" and "selectionEnd" if you have a form: you can access the start and end points of the highlighted text (or get the position of the cursor in the text) with: startPoint = document.a.b.selectionStart; endPoint = document.a.b.selectionEnd;

[WSG] FireFox DOM issue.

2005-08-09 Thread Buddy Quaid
Hi everyone, I'm new to this group and this is my first message. I am porting over a rich text editor that currently only works in IE. I have done tons of search about getting the selected text in a page. I'm very close...for instance...you can now see the formatting buttons and also I have the