M
maxialem
Misafir
kod aşagıda forma yazdıgım kodu mesaj olarak kaydet formuna yollamaya yardım edermisiniz
<script language="JavaScript" type="text/javascript" src="richtext_compressed.js"></script>
<script language="JavaScript" type="text/javascript" src="richtext.js"></script>
<tr>
<td width="664" align=right colspan="2" height="107">
<form name="mesaj" onsubmit="return submitForm(mesaj);" action="cvpk.asp" method="post">
<script language="JavaScript" type="text/javascript">
<!--
function submitForm() {
//make sure hidden and iframe values are in sync before submitting form
updateRTE('rte1'); //use this when syncing only 1 rich text editor ("rtel" is name of editor)
//updateRTEs(); //uncomment and call this line instead if there are multiple rich text editors inside the form
alert("Submitted value: "+document.myform.rte1.value) //alert submitted value
return true; //Set to false to disable form submission, for easy debugging.
}
//Usage: initRTE(imagesPath, includesPath, cssFile)
initRTE("images/", "", "");
//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
//Usage: writeRichText(fieldname, html, width, height, buttons, readOnly)
writeRichText('rte1', 'here's the "<em>preloaded</em> <b>content</b>"', 400, 200, true, false);
//-->
</script>
</tr>
<tr>
<td width="150" align=right><font face="Tahoma" style="font-size: 8pt" color="#000000"><b>İsminiz :</b></td>
<td width="514">
<input type="hidden" name="isim" size="50" value="<%=uye("kuladi")%>"><%=uye("kuladi")%></td>
</tr>
<tr>
<td width="150" align=right><b>
<font face="Tahoma" style="font-size: 8pt">Konu :</font></b></td>
<td width="514">
<input type="text" name="konu" style="font-size: 8pt; color:#FF0000" color="#003366" value="<%=konu%>" size="50" maxlength="100" readonly></td>
</tr>
<tr>
<td width="150" align=right valign=top><font face="Tahoma" style="font-size: 8pt" color="#000000"><b>
<td width="514"
<input type="hidden" name="fid" value="<%=cvp%>">
<input type="hidden" name="tarih" value="<%=now()%>">
<input type="hidden" name="cvp" value="<%=cvp%>">
<input type="hidden" name="y" value="<%=y%>">
<input type="hidden" name="ytk" value="<%=ytk%>">
<input type="submit" value="Kaydet" name="B1"></td>