|
发表于 2006-8-13 02:42:49
|
显示全部楼层
老大,通不过啊!不知道你用的是什么版本的?我从最后一次升级后就一直没办法做了。你发表的模块刷新不到列表,测试显示未登陆,我的也是这样的,不管用内置浏览器还是景点登陆都不行·!:L
下面是测试模块返回 的结果:
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gbk">
- <meta http-equiv="cache-control" content="no-cache">
- <title>提示信息</title>
- <style type="text/css">
- <!--
- .STYLE1 {
- color: #FFFFFF;
- font-weight: bold;
- }
- body,td,th {
- font-size: 12px;
- }
- body {
- background-color: #F0F0F0;
- }
- a:link {
- color: #0000FF;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #003399;
- }
- a:hover {
- text-decoration: underline;
- color: #0066FF;
- }
- a:active {
- text-decoration: none;
- color: #0066FF;
- }
- -->
- </style>
- <script language="JavaScript" src="/phpcms/include/js/common.js"></script>
- </head>
- <body>
- <table width="450" border="0" align="center" cellpadding="0" cellspacing="2" bgcolor="#CCCCCC">
- <tr>
- <td bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
- <tr>
- <td height="25" align="center" bgcolor="#0066CC"><span class="STYLE1">提示信息</span></td>
- </tr>
- <tr>
- <td align="center" bgcolor="#DDE8F4"><table width="100%" border="0" cellspacing="10" cellpadding="0">
- <tr>
- <td align="center">
- <br/>
- 请登录!
- <br/>
- <br/><a href="login.php?referer=index.php">如果您的浏览器没有自动跳转,请点击这里</a>
- <script language="javascript">setTimeout("redirect('login.php?referer=index.php');",1250);</script>
- </td>
- </tr>
- </table></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </body>
- </html>
复制代码 |
|