help.asp
来自「一个有用的东西 希望大家喜欢 谢谢大家对本站的支持」· ASP 代码 · 共 70 行
ASP
70 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>【旅行票务网】正式版——帮助文件</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
td {
font-size: 9pt;
color: #000000;
}
.tttt {
line-height: 18pt;
}
-->
</style></head>
<body>
<script>
ww=window.screen.width/2-100;
hh=window.screen.height/2-100;
function fff(){
window.moveTo(ww,hh);
window.focus();
}
fff();
</script>
<div onclick="javascript:window.close();" title="点击关闭">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="200" valign="top" bgcolor="#FDFDFD"><table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="24" align="center" bgcolor="#EEEEEE">UBB代码支持情况</td>
</tr>
</table>
<table width="190" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="186" height="20" bgcolor="#FDFDFD">·[img]内容[/img]</td>
</tr>
<tr>
<td height="20" bgcolor="#FDFDFD">·[url]内容[/url]</td>
</tr>
<tr>
<td height="20" bgcolor="#FDFDFD">·[email]内容[/email]</td>
</tr>
<tr>
<td height="20" bgcolor="#FDFDFD">·[b]内容[/b]</td>
</tr>
<tr>
<td height="20" bgcolor="#FDFDFD">·[align=XXXX]内容[align]</td>
</tr>
<tr>
<td height="20" bgcolor="#FDFDFD">·[color=XXXX]内容[/color]</td>
</tr>
<tr>
<td height="42" bgcolor="#FDFDFD" class="tttt">同时具有自动识别URL功能,请大家合理利用。</td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?