Discuzで区切られたWebエディターから、次のようにコードコードをコピーするためにページに追加できます。
<!doctypehtmlpublic - // w3c // dtdhtml4.0transitional // en>
<html>
<head>
<metahttp-equiv = content-typecontent = text/html; charset = gbk>
<Title> Discuz Editor </title>
<Metaname = KeyWordScontent = Discuz Editor>
<Metaname = descriptingContent = Discuz Editor>
<Metaname = generatorContent = discuz!5.0.0 withtemplates5.0.0>
<Metaname = mssmarttagspreventparsingcontent = true>
<metahttp-equiv = msthemecompatiblecontent = yes>
</head>
<br/>
この例のソースコードを参照して、メソッドを呼び出してください。 <br/>
UBBコード表示:表示されるページにubb.aspファイルを含める<br/>
以下に示すように:ubbcode(server.htmlencode(request(content)))<br/>
<formmethod = postaction =?action = add>
<tablecellspacing = 1border = 1>
<tr>
<thcolspan = 2> post </th>を追加します
</tr>
<tr>
<tdwidth = 26> title </td>
<tdwidth = 699style = text-align:left> <inputtype = textname = titlesize = 42>
</td>
</tr>
<tr>
<td>コンテンツ</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>