preview.jsp
上传用户:yuyunping
上传日期:2013-03-21
资源大小:1844k
文件大小:1k
源码类别:

Java书籍

开发平台:

Java

  1. <!-- #include file="conn.asp" -->
  2. <!-- #include file="inc/const.asp" -->
  3. <!-- #include file="inc/char.asp" -->
  4. <!-- #include file="inc/ubbcode.asp" -->
  5. <%
  6. stats="预览帖子"
  7. response.write "<html><head>"&_
  8. "<meta NAME=GENERATOR Content=""Microsoft FrontPage 4.0"" CHARSET=GB2312>"&_
  9. "<title>"&ForumName&"--"&stats&"</title>"&_
  10. "<link rel=stylesheet type=text/css href=forum.css></head>"&_
  11. "<body "&ForumBody&">"
  12. %>
  13. <p>&nbsp;</p>
  14. <table cellpadding=0 cellspacing=0 border=0 width="<%=tablewidth%>" bgcolor=<%=Tablebackcolor%> align=center>
  15.   <tr>
  16.     <td>
  17. <table cellpadding=3 cellspacing=1 border=0 width=100%>
  18. <TBODY> 
  19. <TR align=middle bgcolor=<%=Tabletitlecolor%>> 
  20. <TD height=24><b><font color="<%=TableFontColor%>">帖子预览</font></b></TD>
  21. </TR>
  22. <TR bgcolor=<%=Tablebodycolor%>> 
  23. <TD height=24><font color="<%=TableContentColor%>">
  24. <%
  25. response.write "<b>"& htmlencode(request.form("title")) &"</b><br>"& ubbcode(request.form("body")) 
  26. %></font></TD>
  27. </TR>
  28. </TBODY>
  29. </TABLE>
  30.     </td>
  31.   </tr>
  32. </table>
  33. <%call endline()%>
  34. <!-- #include file="footer.asp" -->