📄 notice6.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>浩方对战平台</title>
<link href="class.css" rel="stylesheet" type="text/css">
<script src="../user.js"></script>
<script src="Function.js"></script>
<script language="javascript">
/*页面功能提示图片*/
var PagePic = "images/text_06.gif";
/*页面功能说明文字*/
var PageMsg = notice6;
/*页面背景效果图片*/
var PageBGimg = "images/pic_06.gif";
/*短信VIP转换渠道编号 */
var source = Source6;
/*快钱来源编号*/
var KQsource =KQSource6;
</script>
</head>
<body style="margin:0px" style="overflow-x:hidden;overflow-y:hidden">
<table width="480" height="240" border="0" cellPadding="0" cellSpacing="0">
<form>
<tr>
<td width="8" height="8"><IMG height="8" src="images/table_corner_t_l.gif" width="8"></td>
<td background="images/table_bg_t.gif"><IMG height="1" src="images/space.gif" width="1"></td>
<td width="8"><IMG height="8" src="images/table_corner_t_r.gif" width="8"></td>
</tr>
<tr>
<td background="images/table_bg_l.gif"><IMG height="1" src="images/space.gif" width="1"></td>
<td vAlign="top" bgcolor="#FFFFFF" id="bgtd" style="background-position:right top; background-repeat:no-repeat">
<div style="padding:10 10 10 10"><img id="PagePic"></div>
<table width="330" height="75" border="0" cellpadding="0" cellspacing="0" class="textdarkgray">
<tr>
<td style="padding:0 0 0 20" id="PageMsg"></td>
</tr>
</table>
<!---功能按钮或手机输入框区域------>
<script src="ClickArea.js"></script>
<!--------------------------------->
</td>
<td background="images/table_bg_r.gif"><IMG height="1" src="images/space.gif" width="1"></td>
</tr>
<tr>
<td height="8"><IMG height="8" src="images/table_corner_b_l.gif" width="8"></td>
<td background="images/table_bg_b.gif"><IMG height="1" src="images/space.gif" width="1"></td>
<td><IMG height="8" src="images/table_corner_b_r.gif" width="8"></td>
</tr>
</form>
</table>
<script>
document.getElementById('PagePic').src = PagePic;
document.getElementById('PageMsg').innerHTML = PageMsg;
document.getElementById('bgtd').background = PageBGimg;
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -