index.html~1~

来自「一个很不错的电子商务后台管理系统 这是一个电子商务网站的后台管理系统 要」· HTML~1~ 代码 · 共 28 行

HTML~1~
28
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>SN时尚购物管理中心</title>
<script language="JavaScript">
step=0
function flash_title()
    {
      step++
      if (step==3) {step=1}
      if (step==1) {document.title='◆◇◆ SN时尚购物管理中心欢迎您 http://WD365.nease.net ★'}
      if (step==2) {document.title='◇◆◇ SN时尚购物管理中心欢迎您 http://WD365.nease.net ☆'}
      setTimeout("flash_title()",200);
    }
flash_title()
</script>
</head>

<frameset rows="100,*" frameborder="NO" border="0" framespacing="0">
  <frame src="header.html" name="topFrame" scrolling="NO" noresize>
  <frame src="index.asp" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?