haixin3036 发表于 2017-3-21 12:40:17

release.php源代码分析

<script>function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();}</script>  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <link href="css/style.css" rel="stylesheet">
  <title>九九供求信息网</title>
  <style type="text/css">
  <!--
  body {
  background-image: url(Images/bg.gif);
  %背景图片
  }
  -->
  </style></head>
  <body>
  <table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr valign="top">
  <td colspan="2"><?php include("top.php");?></td>
  </tr>
  <tr>
  <td width="217" valign="top" background="Images/line2.gif"><?php include("left.php");?></td>
  <td width="586" valign="top" bgcolor="#FEFEF6"><?php include("release_content.php");?></td>
  %包含发布信息的页面
  </tr>
  <tr>
  <td colspan="2"><?php include("bottom.php");?></td>
  </tr>
  </table>
  </body>
  </html>
页: [1]
查看完整版本: release.php源代码分析