well...i'll be grateful if you can teach or perhaps code for me ROB!
can you code for me the 2 file needed to run the page? I mean the input form and the CDOSYS script? You can refer to my input page above, including all the variable that i'll be using
Here is the sample input page that i created....
notice that the {action="sendmail.
asp"}
ok....i hope you can help me friend!
i really be grateful if you can do that

thanx in advance!
<!DOCTYPE
HTML PUBLIC "-//
W3C//
DTD HTML 4.01 Transitional//EN">
<
html>
<head>
<title>Untitled Document</title>
<meta
http-equiv="Content-Type" content="text/
html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="sendmail.
asp">
<table width="500" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="145">
Name:</td>
<td width="349"><input name="frmName" type="text" id="frmName"></td>
</tr>
<tr>
<td>
Date:</td>
<td><input name="frmDate" type="text" id="frmDate"></td>
</tr>
<tr>
<td>
Room to book:</td>
<td><input name="frmRoomToBook" type="text" id="frmRoomToBook"></td>
</tr>
<tr>
<td>
Booking Date:</td>
<td><input name="frmBookingDate" type="text" id="frmBookingDate"></td>
</tr>
<tr>
<td>
Email:</td>
<td><input name="frmEmail" type="text" id="frmEmail"></td>
</tr>
<tr>
<td><input type="submit" name="Submit" value="Submit"></td>
<td> </td>
</tr>
</table>
</form>
</body>
</
html>