Forum: JavaScript / DHTML / AJAX Oct 13th, 2009 |
| Replies: 0 Views: 305 Hi guys,
currently i faced a problem that is i need to add some extra text into HTML Editor (AJAX) but i fail to get the text cursor location, have anyone can tell me how to solve it?? |
Forum: JavaScript / DHTML / AJAX Oct 12th, 2009 |
| Replies: 4 Views: 631 |
Forum: JavaScript / DHTML / AJAX Oct 11th, 2009 |
| Replies: 4 Views: 631 function getSelectionStart(o) {
if (o.createTextRange) {
var r = document.selection.createRange().duplicate();
r.moveEnd('character', o.value.length);
if (r.text == '') ... |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2009 |
| Replies: 4 Views: 631 Hi guys,
I am facing a weird problems which is i am fail to get cursor position at DIV at IE8 but work at IE7 or IE6. Can anyone tell me how to solve this problem. |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 1 Views: 822 Hi, i am newbie of java script. i faced a problem in java script which is when i want to prompt a message box and enable to let user to type their own password. but i found that a problem is when the... |