View Single Post
ישן 10-05-06, 06:31   # 1
miniature
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,754

miniature לא מחובר  

[JS] בעיה בכתיבה ל DIV.

ניסיתי משהו כזה: (aaa זהו ה ID של ה DIV)
HTML קוד:
function add_char(char) {
document.getElementById('aaa').focus();
document.editor.value(char);
document.getElementById('aaa').focus();
}
HTML קוד:
<a href="#" onClick="add_char('#')">#</a>
ובלחיצה על הקישור הסימן # לא נוסף..
__________________
יואב.

דרכים ליצירת קשר:

אימייל: thebigfire@walla.co.il
הודעה פרטית
  Reply With Quote