View Single Post
ישן 09-01-07, 15:58   # 1
LDan
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Jan 2006
הודעות: 1,018
שלח הודעה באמצעות MSN אל LDan

LDan לא מחובר  

Question שאלה קטנה בנוגע לג'וואה (נראה לי)

יש לי את הטופס הבא:
PHP קוד:
    <form action="index.php" method="post">
<
div dir="rtl"><p align="center">
<
font color="c8c8c8" style="font-size: 10px ;font-family: tahoma;">
        
שם: &nbsp;&nbsp;&nbsp;
</
font>
<
input type="text" name="name" onkeypress="return isNumberKey(event)" style="width: 100px; height: 15px;" />
<
br>
<
font color="c8c8c8" style="font-size: 10px ;font-family: tahoma;">
        
הודעה
</
font>
<
TEXTAREA  NAME="text" onkeypress="return isNumberKey(event)" style="width: 100px; height: 50px;" />
</
TEXTAREA>

<
br />
<
div align="center">
<
input style="width: 100px; height: 22px; text-align: center; border: 3px double #426786; border-top-color: #426786; border-left-color: #426786; padding: 0.25em; background-color: #426786; background-repeat: repeat-x; color: #FFFFFF; font-size: 10px; font-weight: bold; font-family: Arial;" type="submit" value="שלח" />
</
div></p></div
אני רוצה אחרי שימלאו פרטים וילחצו שלח
זה יצא מהדף

תודה לעונים ולעזורים
  Reply With Quote