Share a simple and easy to use UBB editor (including code)

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.