ok here is the file which contains the fields which fill the
info as:
<script
src="../tinyMCE/tiny_mce_gzip.js"></script>
<script type="text/javascript">
tinyMCE_GZ.init({
plugins :
'style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras',
themes : 'simple,advanced',
languages : 'en',
disk_cache : true,
debug : false
});
</script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins :
"table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,contextmenu",
theme_advanced_buttons1_add_before : "save,separator",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add :
"separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
theme_advanced_buttons2_add_before:
"cut,copy,paste,separator,search,replace,separator",
theme_advanced_buttons3_add_before :
"tablecontrols,separator",
theme_advanced_buttons3_add :
"emotions,iespell,flash,advhr,separator,print",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
extended_valid_elements :
"a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
external_link_list_url :
"example_data/example_link_list.js",
external_image_list_url :
"example_data/example_image_list.js",
flash_external_list_url :
"example_data/example_flash_list.js"
});
</script>
<cfif Not IsDefined("session.User.LoggedIn")>
<div align="center">Please register Yourself to Post a
Reply...</div>
<meta http-equiv="refresh" content="20;URL=../index.cfm"
/>
<cfelse>
<link href="../Blogs/style_blogs.css" rel="stylesheet"
type="text/css" />
<body>
<TABLE WIDTH="613" BORDER="0" align="center"
CELLPADDING="2" CELLSPACING="0">
<CFFORM ACTION="action.cfm?action=post">
<TR>
<TD colspan="2" ALIGN="left" class="InputCell"><div
align="center" class="byline1">. : : Post Reply / <a
href="post1.cfm">Discussion</a> : : .
</div></TD>
</TR>
<TR>
<TD colspan="2" ALIGN="left"
class="byline1"></TD>
</TR>
<TR>
<TD WIDTH="89" ALIGN="left" class="byline2">
Topic:
<BR></TD><TD WIDTH="457"
ALIGN="left"><INPUT TYPE="hidden" NAME="PostAuthor"
VALUE="<CFOUTPUT>#session.User.UserName#</CFOUTPUT>">
<INPUT TYPE="hidden" NAME="TopPost"
VALUE="<CFOUTPUT>#postid#</CFOUTPUT>">
</TD></TR>
<TR>
<TD COLSPAN="2" ALIGN="left" class="byline2">
<cfinput name="PostHeader" type="text" class="byline2"
size="93" required="yes" message="Topic cannot be Empty.."
maxlength="50">
<input type="hidden" name="PostHeader_required" />
</TD>
</TR>
<TR><TD COLSPAN="2" ALIGN="left" class="byline2">
Message:<br />
<BR>
<cfTEXTAREA NAME="textarea" COLS="70" ROWS="15"
required="yes" message="Description is Requird for the Topic &
more than 100 chars">
</cfTEXTAREA>
</TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN="left" class="byline2">Image
Verification: </TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN="left" class="byline2">
<cfoutput>
<cfinclude template="../captcha.cfm">
<img src="#easyCaptcha.IMAGE#" border="0" height="100"
width="100"/></cfoutput></TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN="left" class="byline2"><input
name="secret" type="text" id="secret" /></TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN="left" class="byline2"><input
name="submit" type="submit" class="byline3" value="Submit Message"
/></TD>
</TR>
</CFFORM>
</TABLE>
</cfif>
<br />
<table align="center" width="100%">
<tr>
<td><div align="center"><a
href="index1.cfm">Back to Home</a>
</div></td>
</tr>
</table>
</body>
next ouputting the output as:
<CFOUTPUT QUERY="qry_ReplyPosts" startrow="#URL.startrow#"
maxrows="#rowsPerPage#">
</TR>
<TR>
<TD COLSPAN="2" ALIGN=left><table width="100%"
border="0" align="center">
<tr>
<td class="filledup1"><table width="100%"
border="0">
<tr>
<td width="3%" class="filledup1">
<img src="_images/icoTopic.gif" alt="Reply" width="17"
height="13"></td>
<td class="filledup1">#PostHeader#</td>
</tr>
</table></td>
</tr>
<tr>
<td class="HeadImage">
<div>
#PostMessage#
</div>
</td>
</tr>
<tr>
<td class="byline3">#PostAuthor# -
#DateFormat(PostDate,"MM/DD/YY")# - #TimeFormat(PostDate,"HH:MM")#
</td>
</tr>
</table> </TD>
</TR>
</CFOUTPUT>