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

miniature לא מחובר  

HTML קוד:
<textarea id="abc"></textarea>
<input type="button" onClick="if(abc.disabled == true){abc.disabled=false};" value="Make disable" />
<input type="button" onClick="if(abc.disabled == false){abc.disabled=true};" value="Make enable" />
בהצלחה.
__________________
יואב.

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

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