?? pop_spellcheck.asp
字號:
<%
'#############################################################
'# 中國在線--極酷論壇 ver.2001 3.0
'#
'# 版權所有: 中國在線 (ChinaXP.Net)
'#
'# 制作人 : 周周 (SeeYa!)
'#
'#
'# 主頁地址: http://www.ChinaXP.net/ 中國在線
'# http://www.ChinaXP.Net/bbs/ 中國在線--極酷論壇
'#
'#############################################################
%>
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<%
strMessagePreview = Request.Cookies("strMessagePreview")
Response.Cookies("strMessagePreview") = ""
if strMessagePreview = "" or IsNull(strMessagePreview) then
strMessagePreview = "[center][b]< There is no text to preview ! >[/b][/center]"
end if
%>
<!--#INCLUDE FILE="inc_top_short.asp"-->
<script language="JavaScript">
<!--
function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}
// -->
</script>
<table border="0" width="95%" height="80%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="<% =strTableBorderColor %>">
<table border="0" width="100%" height="100%" cellspacing="1" cellpadding="4">
<tr>
<td align="center" bgcolor="<% =strHeadCellColor %>" width="<% =strTableWidth %>" height="20" <% if lcase(strTopicNoWrapRight) = "1" then Response.Write(" nowrap") %>><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">語法檢查</font></b></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>" valign="top">
<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =SpellcheckASP(formatStr(ChkString(strMessagePreview,"message"))) %></font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--#INCLUDE FILE="inc_footer_short.asp" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -