<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
<meta http-equiv="Content-Language" content="he">
<title>..:: דף חברים כותבים זכרונות ::..</title>
<%
if request.form("name1")<>"" and request.form("mess")<>"" then
set conn = server.createobject("adodb.connection")
conn.open("provider=microsoft.jet.oledb.4.0;data source=" & server.mappath("db1.mdb"))
conn.add_mess trim(request.form("name1")),trim(request.form("email")),trim(replace(request.form("mess"),vbcrlf,"<br>")),date()
conn.close
set conn = nothing
end if
%>
</head>
<body link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" text="#FFFFFF" bgcolor="#000000">
<script language="vbscript">
function sendform()
if trim(form1.name1.value)<>"" and trim(form1.mess.value)<>"" and len(form1.mess.value)<300 then
form1.submit()
else
msgbox "יש לרשום הודעה עם עד 100 תווים"
end if
end function
</script>
<form action="book.asp" method="post" id="form1">
<table border="0" width="690" height="24" dir="rtl" style="border: 1px solid #FFFFFF" id="table4">
<tr>
<td height="18" width="920" valign="top" bgcolor="#808080">
<table border="0" width="698" height="24" dir="rtl" style="border: 1px solid #FFFFFF" id="table5">
<tr>
<td height="18" width="690" valign="top" bgcolor="#808080">
<p align="center"><font face="Arial" style="font-size: 13pt">
<a href="<A href="http://www.igal4ever.com">דף">http://www.igal4ever.com">דף הבית</a> -
<a href="<A href="http://www.igal4ever.com/gallery/index.html">אלבום">http://www.igal4ever.com/gallery/index.html">אלבום תמונות</a> -<a href="<A href="http://www.igal4ever.com/goodbye.html">מכתבי">http://www.igal4ever.com/goodbye.html">מכתבי
פרידה</a> - <a href="add.asp">הדלק נר זיכרון</a> -
<a href="book.asp">חברים כותבים<span style="text-decoration: none">
</span></a><br>
<a href="<A href="http://www.igal4ever.com/resoma.html">קורות">http://www.igal4ever.com/resoma.html">קורות חיים</a>
- <a href="<A href="http://www.igal4ever.com/news_info.html">קטעים">http://www.igal4ever.com/news_info.html">קטעים מהעיתונים</a>
- <a href="index.asp">הדלקת נרות ראשי</a></font></td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
<table border="0" width="546" height="63" dir="rtl">
<tr>
<td height="18" width="88"><div align="center">
<font face="Arial" size="2">שם מלא:</font></div></td>
<td height="18" width="172">
<p align="left"><font face="Arial" color="#FFFFFF">
<input name="name1" size="29" style="float: right"></font></td>
<td height="18" width="75" align="center"><font face="Arial" size="2">
אי-מייל:</font></td>
<td height="18" width="193"><font face="Arial" color="#FFFFFF">
<input type="text" name="email" size="30"></font></td>
</tr>
<tr>
<td height="39" width="88">
<p align="center"><font face="Arial" size="2">כתבו כאן</font></p>
<p align="center"><font face="Arial" size="2">את הודעתכם</font></td>
<td height="39" colspan="3">
<p align="right"><font face="Arial" color="#FFFFFF">
<textarea rows="7" name="mess" cols="53" dir="rtl"></textarea></font></td>
</tr>
<tr>
<td height="39" width="88"><div align="center">
<font size="2" face="Arial"> </font></div></td>
<td height="39" colspan="3">
<p align="justify"><font face="Arial" color="#FFFFFF"> </font><font face="Arial" color="#FFFFFF"><input type="button" value="שלח הודעה" name="B1" dir="rtl" onclick="sendform()"></font></td>
</tr>
</table>
<p>
<iframe name="I1" border="0" frameborder="0" src="showbook.asp" width="695" height="225">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></p>
<table border="0" width="72%" height="24" dir="rtl" style="border: 1px solid #FFFFFF" id="table6">
<tr>
<td height="18" width="695" valign="bottom" bgcolor="#808080">
<font face="Arial"><span style="font-size: 13pt">כל הזכויות שמורות למנהל
האתר
</span></font></td>
</tr>
</table>
</form>
</body>
</html>
|