Discuz로 분리 된 웹 편집기에서 페이지에 추가하여 코드 코드를 다음과 같이 복사 할 수 있습니다.
<! doctypehtmlpublic- // w3c // dtdhtml4.0transitional // en>
<html>
<헤드>
<metahttp-equiv = content-typecontent = text/html; charset = gbk>
<title> discuz 편집기 </title>
<metaname = keywordScontent = discuz etitor>
<metaname = descriptionContent = discuz etitor>
<metaname = generatorContent = discuz! 5.0.0 Withemplates5.0.0>
<metaname = mssmarttagspreventparingContent = true>
<metahttp-equiv = msthemecompatiblecontent = 예>
</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> 제목 </td>
<TDWIDTH = 699STYLE = TEXT-ALIGN : LEFT> <inputType = textName = titlesize = 42>
</td>
</tr>
<tr>
<td> 내용 </td>
<td>
<TextReanAme = 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 = 센터>
<inputtype = submitValue = 컨텐츠 추가>
<inputtype = resetValue = 리필>
</div> </td>
</tr>
</테이블>
</form>
</body>
</html>