📄 untitled-1.html
字号:
<td colspan="3"><img src="images/news_04_08_07.gif" width="557" height="10" alt=""></td>
</tr>
</TBODY></TABLE>
</td>
</tr>
</table></td>
</tr>
</table></td>
<td background="images/center_09.gif" width="6" height="424"></td>
</tr>
<tr>
<td colspan="3" background="images/center_10.gif" width="582" height="5"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table id="Table_02" width="582" height="6" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/center_11.gif" width="582" height="6"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="images/index_03_05.gif" width="773" height="9"></td>
</tr>
<tr>
<td width="773" valign="top">
<style type="text/css">
.STYLE1 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #fb6d4a }
.STYLE13 {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff }
.STYLE160 {FONT-SIZE: 12px }
.STYLE160 {FONT-SIZE: 12px }
</style>
<table width="773" border="0" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td background="images/index_03_05.gif" width="773" height="9"></td>
</tr>
<tr>
<td valign="top"><table id="Table_01" width="773" height="36" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/index_03_06_01.gif" width="773" height="3" alt="" /></td>
</tr>
<tr>
<td valign="top"><table id="Table_02" width="773" height="29" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/index_03_06_02.gif" width="3" height="29" alt="" /></td>
<td width="767" height="29" align="center" background="images/index_03_06_03.gif"><table width="760" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="99" align="center"><span class="STYLE13">首页</span></td>
<td width="108" align="center"><span class="STYLE13">快速订餐</span></td>
<td width="113" align="center"><span class="STYLE13">特色小炒</span></td>
<td width="103" align="center"><span class="STYLE13">饮料选购</span></td>
<td width="113" align="center"><span class="STYLE13">购物篮</span></td>
<td width="99" align="center"><span class="STYLE13">饮食咨询</span></td>
<td width="125" align="center"><span class="STYLE13">美食交流</span></td>
</tr>
</table></td>
<td><img src="images/index_03_06_05.gif" width="3" height="29" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/index_03_06_06.gif" width="773" height="4" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/index_03_07.gif" width="773" height="5"></td>
</tr>
<tr>
<td valign="top"><table id="Table_01" width="773" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/index_03_08_01.gif" width="773" height="2" alt="" /></td>
</tr>
<tr>
<td valign="top"><table id="Table_02" width="773" height="26" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/index_03_08_02.gif" width="3" height="26" alt="" /></td>
<td width="767" height="26" align="center" bgcolor="#f7f7f7"><table width="760" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><span class="STYLE160">订餐首页 | 特色小炒 | 饮料选购 | 饮食新闻 | 用户中心 | 购物篮 | 业务合作
| 客户留言 | 公司简介 | 联系我们</span></td>
</tr>
</table></td>
<td><img src="images/index_03_08_04.gif" width="3" height="26" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/index_03_08_05.gif" width="773" height="2" alt="" /></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/index_03_09.gif" width="773" height="23"></td>
</tr>
</table>
<script language="JavaScript">
<!--
function open_window(url,name,para) {
window.open(url,name,para);
}
//-->
</script>
<Script language="javascript">
<!--
window.onload = getMsg;
window.onresize = resizeDiv;
window.onerror = function(){}
//短信提示使用(FHB添加)
var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0;
function getMsg()
{
try{
divTop = parseInt(document.getElementById("eMeng").style.top,10)
divLeft = parseInt(document.getElementById("eMeng").style.left,10)
divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)
divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)
docWidth = document.body.clientWidth;
docHeight = document.body.clientHeight;
document.getElementById("eMeng").style.top = parseInt(document.body.scrollTop,10) + docHeight + 10;//?divHeight
document.getElementById("eMeng").style.left = parseInt(document.body.scrollLeft,10) + docWidth - divWidth
document.getElementById("eMeng").style.visibility="visible"
objTimer = window.setInterval("moveDiv()",10)
}
catch(e){}
}
function resizeDiv()
{
i+=1
//if(i>300) closeDiv() //客户想不用自动消失由用户来自己关闭所以屏蔽这句
try{
divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)
divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)
docWidth = document.body.clientWidth;
docHeight = document.body.clientHeight;
document.getElementById("eMeng").style.top = docHeight - divHeight + parseInt(document.body.scrollTop,10)
document.getElementById("eMeng").style.left = docWidth - divWidth + parseInt(document.body.scrollLeft,10)
}
catch(e){}
}
function moveDiv()
{
try
{
if(parseInt(document.getElementById("eMeng").style.top,10) <= (docHeight - divHeight + parseInt(document.body.scrollTop,10)))
{
window.clearInterval(objTimer)
objTimer = window.setInterval("resizeDiv()",1)
}
divTop = parseInt(document.getElementById("eMeng").style.top,10)
document.getElementById("eMeng").style.top = divTop - 1
}
catch(e){}
}
function closeDiv()
{
document.getElementById('eMeng').style.visibility='hidden';
if(objTimer) window.clearInterval(objTimer)
}
-->
</Script>
<DIV id="eMeng" style="BORDER-RIGHT: #455690 1px solid; BORDER-TOP: #a6b4cf 1px solid; Z-INDEX: 99999; LEFT: 320px; VISIBILITY: hidden; BORDER-LEFT: #a6b4cf 1px solid; WIDTH: 249px; BORDER-BOTTOM: #455690 1px solid; POSITION: absolute; TOP: 51px; HEIGHT: 151px; BACKGROUND-COLOR: #cee1c4">
<TABLE width="100%" height="151" border="0" cellPadding="0" cellSpacing="1" bgColor="green"
style="BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid">
<TBODY>
<TR bgColor="#6699cc">
<TD width="1" height="24" bgcolor="#6699cc" style="FONT-SIZE: 12px; COLOR: #0f2c8c"></TD>
<TD width="206" vAlign="middle" bgcolor="green" style="PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; PADDING-TOP: 2px">
<span class="STYLE1">
晴软网上订餐系统 V2.2.1
</span>
</TD>
<TD width="39" align="right" vAlign="middle" bgcolor="green" style=" PADDING-RIGHT:2px; PADDING-LEFT:3px; PADDING-TOP:2px"><span title="关闭" style="FONT-SIZE: 12px;CURSOR: hand;COLOR: white;MARGIN-RIGHT: 2px" onClick="closeDiv()">关闭</span><!--<IMG title=关闭 style="CURSOR: hand" onclick=closeDiv() hspace=3 src="msgClose.jpg">--></TD>
</TR>
<TR>
<TD height="90" colSpan="3" align="center" bgcolor="#afe195" style=" PADDING-RIGHT:5px;PADDING-LEFT:5px;PADDING-BOTTOM:3px;PADDING-TOP:3px; font-size:12px"> 晴软网上订餐系统 V2.2.1 前台公告发布内容!</TD>
</TR>
</TBODY> </TABLE>
</DIV></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -