您现在的位置是:首页 > 电脑技术查询 > web开发

firefox下怎么获取iframe中的光标位置

编辑:chaxungu时间:2022-10-02 23:23:25分类:web开发

firefox下如何获取iframe中的光标位置
兄弟要开发一个兼容firefox的web editor
现在遇到一个最大的问题:在iframe编辑状态下如何获取光标的问题 类似于IE下的createRange() firefox2.0下createRange()似乎会溢出

------解决方案--------------------
if(typeof(document.getElementById( 'aaa ').selectionStart) == "number ")
alert(textBox.selectionStart);