From the web editor separated by Discuz, you can add it to your page to copy the code code as follows:
<!DOCTYPEHTMLPUBLIC-//W3C//DTDHTML4.0Transitional//EN>
<html>
<head>
<metahttp-equiv=Content-Typecontent=text/html;charset=gbk>
<title>Discuz Editor</title>
<metaname=keywordscontent=Discuz Editor>
<metaname=descriptioncontent=Discuz Editor>
<metaname=generatorcontent=Discuz!5.0.0 withTemplates5.0.0>
<metaname=MSSmartTagsPreventParsingcontent=TRUE>
<metahttp-equiv=MSThemeCompatiblecontent=Yes>
</head>
<br/>
Please refer to the source code of this example to call the method. <br/>
UBB code display: Include the ubb.asp file on the page to be displayed<br/>
As shown below: Ubbcode(server.htmlencode(request(content)))<br/>
<formmethod=postaction=?action=add>
<tablecellspacing=1border=1>
<tr>
<thcolspan=2>Add post</th>
</tr>
<tr>
<tdwidth=26>Title</td>
<tdwidth=699style=text-align:left><inputtype=textname=titlesize=42>
</td>
</tr>
<tr>
<td>Content</td>
<td>
<textareaname=contentcols=80rows=2style=display:none></textarea>
<iframeID=Editorname=Editorsrc=edit.htm?id=contentframeBorder=0marginHeight=0marginWidth=0scrolling=Nostyle=height:320px;width:100%></iframe>
</td>
</tr>
<tr>
<tdcolspan=2>
<divalign=center>
<inputtype=submitvalue=add content>
<inputtype=resetvalue=refill>
</div></td>
</tr>
</table>
</form>
</body>
</html>