;function insertInput(e,s,eo) { ;e.focus() ;if (typeof document.selection!='undefined') { ;var r=document.selection.createRange() ;var i=r.text ;r.text=s+i+eo ;r=document.selection.createRange() ;if (i.length==0) r.move('character',-eo.lengt) ;else r.moveStart('character',s.length+i.length+eo.length); ;r.select() ;} else if (typeof e.selectionStart!='undefined') { ;var ty=ui_newmsg_this.scrollTop ;var st=e.selectionStart ;var x=e.selectionEnd ;var i=e.value.substring(st,x) ;e.value=e.value.substr(0,st)+s+i+eo+e.value.substr(x) ;if (i.length == 0) { ;pos=st+s.length ;} else { ;pos=st+s.length+i.length+eo.length ;} ;e.selectionStart=pos ;e.selectionEnd=pos ;ui_newmsg_this.scrollTop=ty ;};}
Session-Cookies