shahrooz_wildbo
New Member
سلام.
اگه ممکنه این کد رو برای من ویرایش کنید.
طوری که وقتی رو اراسل کلیک میکنیم محتویاتش به ایمیل من ارسال بشه.
ایمیل من [email protected]
مرسی
اگه ممکنه این کد رو برای من ویرایش کنید.
طوری که وقتی رو اراسل کلیک میکنیم محتویاتش به ایمیل من ارسال بشه.
ایمیل من [email protected]
مرسی
کد:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]">
<html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>نام</title>
<style type="text/css">
.style1 {
text-align: right;
direction: rtl;
}
.style2 {
font-family: Tahoma;
font-size: small;
}
.style3 {
margin-bottom: 0px;
}
</style>
</head>
<body>
<form method="post" action="">
<div class="style1">
<span lang="fa" class="style2">نام:
<input name="Text1" type="text" style="width: 112px; height: 18px" /><br />
<br />
نام خانوادگی:
<input name="Text2" type="text" style="width: 114px; height: 18px" /><br />
<br />
سن:
<input name="Text3" type="text" style="width: 116px; height: 18px" /><br />
<br />
میزان تحصیلات:
<input name="Text4" type="text" style="width: 118px; height: 17px" /><br />
<br />
رشته تحصیلی:
<input name="Text5" type="text" style="width: 123px; height: 20px" /><br />
<br />
علاقه مندی ها:
<input name="Text6" type="text" style="width: 129px; height: 20px" class="style3" /><br />
<br />
شناسه یاهو:
<input name="Text7" type="text" style="width: 122px; height: 20px" /><br />
<br />
شماره موبایل:
<input name="Text8" type="text" style="width: 127px; height: 18px" /><br />
<br />
عکس شما:<br />
<br />
<input name="File1" type="file" /></span><br />
<br />
<span lang="fa"><span class="style2">آیا در گذشته با کسی رابطه داشته
اید؟<br />
<br />
بله <input name="Radio1" type="radio" checked="checked" /><br />
<br />
خیر <input name="Radio1" type="radio" /><br />
<br />
<input name="Submit1" type="submit" value="مطمئن،بفرست" />
<input name="Reset1" type="reset" value="فرم را پاک کن" /></span></span></div>
</form>
</body>
</html>