Hello, I m not getting caretPos for iframe in Firefox... Also it doesn't give me selectionStart or selectionEnd points for iframe... code works fine for textarea also in FF.. but not for iframe.. I m using this code : var startPos = document.getElementById('iView').contentWindow .document.selectionStart; var endPos = document.getElementById('iView').contentWindow .document.selectionEnd; Here i m getting undefined value for startPos and endPos. here iView ...