[LEFT]<%@ Language="VBScript" CodePage="65001"%>
<% Option Explicit %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>نظرات</title>
<style type="text/css">
body {
background-image: url(../logo.temp/temp/side5.1.jpg);
background-repeat: no-repeat;
background-color: #CA5C21;
}
body,td,th {
font-family: tahoma;
}
.a{border:solid;
border-color:#333333}
.style2
{
width: 77%;
}
</style>
</head>
<body>
<%Set myMail=CreateObject("CDO.Message")
myMail.Subject=request.Form("name")
myMail.From="[email protected]"
myMail.To="[email protected]"
myMail.HTMLBody = request.Form("comments")
myMail.Send
set myMail=nothing%>
<table width="100%" border="0">
<tr>
<td width="17%"> </td>
<td width="83%" height="140"> </td>
</tr>
<tr>
<td> </td>
<td height="356" align="right" valign="bottom">
<form method="post" name="frmEnquiry" action="test.asp" >
<table width="100%" border="0">
<tr>
<td align="right" valign="top" class="style2"><label>
<input name="name" type="text" class="a" id="name" size="45"/>
</label></td>
<td width="48%" align="left" valign="top">:نام</td>
</tr>
<tr>
<td align="right" valign="top"><label>
<textarea name="comments" cols="35" rows="5" class="a" id="comment"></textarea>
</label></td>
<td align="left" valign="top" class="style2">:متن نظر</td>
</tr>
<tr>
<td align="right" valign="top" class="style2"><label><span id="b0">
<input type="submit" id="send" value=".:ارسال:." name="Submit"/></span></label></td>
<td align="left" valign="top">
<label><span id="b">
</span></label></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td> </td>
<td height="25"> </td>
</tr>
</table>
</body>
</html>
[/LEFT]