📄 translate.asp
字号:
<!-- #include file="include/config_user.asp" -->
<!-- #include file="include/jk_ubb.asp" -->
<!-- #include file="include/conn.asp" -->
<%
tit="在线翻译"
call web_head(0,0,0,0,0)
if login_mode="" then
set rs=nothing
call close_conn()
response.redirect "login.asp"
response.end
end if
response.write "<table cellpadding=3 cellspacing=1 align=center class=tableborder1><tr><th valign=middle colspan=2 align=center height=25><b>在线翻译</b></td></tr><tr><td valign=middle class=tablebody1 height=100><CENTER>"
%>
<table height=5 cellspacing=0 cellpadding=0 width=491 border=0>
<tbody>
<tr>
<td>
<iframe frameborder=0 width=750 height=240 leftmargin=0 scrolling=no src=http://www.j-server.com/cgi-bin/xpttr2.cgi topmargin=0></iframe>
</td>
</tr>
</tbody>
</table>
<%
response.write "</CENTER></td></tr></table>"
call web_end(0)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -