اذهب إلى المحتوى

Munira Alharbi

الأعضاء
  • المساهمات

    3
  • تاريخ الانضمام

  • تاريخ آخر زيارة

إنجازات Munira Alharbi

عضو مبتدئ

عضو مبتدئ (1/3)

0

السمعة بالموقع

  1. انا ادرس مادة تصميم المواقع والاكواد الي قلتوها للان ما درستها كيف احطها للدكتورة هذا اخر شي توصلت له لكن للان ما يسوي ابديت لل textarea <html> <head> <title> Assignment2 Question1</title> <script type="text / javascript" > function ChangeSize () { var area1 = parseInt(document.getElementbyId("area1").value); var area2 = parseInt(document.getElementbyId("area2").value); document.getElementbyId("addition").value = area1 + area2 ; } </script> </head> <body> <h1> Change the size of the textarea below </h1> <form> <textarea cols="6" rows="6" id="addition" > Hi! </textarea> </form> Textarea Columns: <input type="text" name="box1" id="area1" value= "" /> <br/> Textarea Rows: <input type="text" name="box2" id= "area2" value= "" /> <br/> <input type="button" value="update Textarea" onclik="ChangeSize" /> </body> </html>
  2. كيف اسمح للمستخدم بتغير حجم textarea ؟ انا بالكود حطيت لكن ابي هو يغير هذا الكود <html> <head> <title> Assignment2 Question1</title> <script type="text / javascript" > function ChangeSize () { document.getElementbyId("area").width=; document.getElementbyId("area").heigt=; </script> </head> <body> <h1> Change the size of the textarea below </h6> <form id= "area"> <textarea cols="6" rows="6"> Hi! </textarea> </form> Textarea Columns: <input type="text" name="box1 value= " /> <br/> Textarea Rows: <input type="text" name="box2 value= " /> <br/> <input type="button" value="update Textarea" onchange="ChangeSize" /> </body> </html>
×
×
  • أضف...