SoFunction
Updated on 2025-04-11

UBB editor of DISCUZ forum (adding flexible calls, supporting ASP UBB parsing) package download


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gbk"> 
<title>Discuz Editor</title>
<meta name="keywords" content="Discuz Editor">
<meta name="description" content="Discuz Editor">
<meta name="generator" content="Discuz! 5.0.0 with Templates 5.0.0"> 
<meta name="MSSmartTagsPreventParsing" content="TRUE"> 
<meta http-equiv="MSThemeCompatible" content="Yes"> 
</head> 
<br/> 
Please refer to the source code of this example to call the method. <br/>
UBB code display: Include this file on the page to be displayed<br/>
Shown as follows: Ubbcode((request("content")))<br/>

<form method="post" action="?action=add"> 
<table cellspacing="1" border=1> 
<tr> 
<th colspan="2">Add post</th>
</tr> 
<tr> 
<td width="26">Title</td>
<td width="699" style="text-align:left"><input type="text" name="title" size="42"> 
</td> 
</tr> 
<tr> 
<td>Content</td>
<td> 
<textarea name="content" cols="80" rows="2" style="display:none"></textarea> 
<iframe ID="Editor" name="Editor" src="?id=content" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" style="height:320px;width:100%"></iframe> 
</td> 
</tr> 
<tr> 
<td colspan="2"> 
<div align="center"> 
<input type="submit" value="add content">
&nbsp; 
<input type="reset" value="refill in">
</div></td> 
</tr> 
</table> 
</form> 
</body> 
</html>