Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Now the Web page editor has a lot of, and powerful, such as Ewebeditor, but there is a problem is to occupy a large space, some simple forum, message board does not need too powerful function, HTMLEditor is such an editor, simple and beautiful, call also convenient, recommended that everyone use. Use the same method as the normal program submits data.
Submit page:
<form method= "POST" action= "post.asp" >
<input name= "Title" size= ">"
<textarea name= "Content" style= "Display:none" ></textarea>
<iframe id= "Editor" name= "Editor" src= "htmleditor/index.html?id=content" frameborder= "0" marginheight= "0" Marginwidth= "0" scrolling= "No" style= "height:320px;width:100%" ></iframe>
<input type= "Submit" value= "OK" name= "button" >
</form>
Processing page:
....
Recordset1.addnew ()
Recordset1 ("ZT") =request ("Title")
Recordset1 ("NR") =request ("Content")
Recordset1.update
....
Effect Chart:
Because unable to upload the attachment, please download the file in the following site
Http://www.code-123.com/html/2008823185447580.html