1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

为什么我做的框架不能预览?

本帖由 leehui19832006-03-26 发布。版面名称:前端开发

  1. leehui1983

    leehui1983 New Member

    注册:
    2006-02-26
    帖子:
    130
    赞:
    0
    我做后台用框架结构,预览时提示,框架位于远程服务器不能预览,可是我明明设的是本地站点啊检查站点配置都没有错啊?这是为什么?:sweat:
     
  2. leehui1983

    leehui1983 New Member

    注册:
    2006-02-26
    帖子:
    130
    赞:
    0
    这是框架代码:
    <%
    if session("adminname")="" then
    response.Redirect("admin_login.asp")
    response.end
    end if
    %>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title> 酷讯网--后台管理</title>
    </head>

    <frameset rows="*" cols="200,*" framespacing="0" frameborder="no" border="0">
    <frame src="menu.asp" name="left" scrolling="auto" noresize="noresize" marginwidth="0" id="left" title="leftFrame" />
    <frame src="admin_default.asp" name="right" scrolling="auto" noresize="noresize" marginwidth="0" id="right" title="mainFrame" />
    </frameset>
    <noframes><body>
    </body>
    </noframes></html>
     
  3. leehui1983

    leehui1983 New Member

    注册:
    2006-02-26
    帖子:
    130
    赞:
    0
    我是设置登录信息正确就跳转到框架页面,可是根本无法跳转,登录页面没有程序错误,已经检查过,问题就出在框架页面,求救啊,急啊!版主快来就我啊,各位高手拜托拉
     
  4. Ulysses

    Ulysses New Member

    注册:
    2006-02-05
    帖子:
    10,018
    赞:
    16
    不知道你是通过什么方式预览,而且也不知道你所说的设置正确是否真的正确。

    至少我个人尚未遇到过类似问题。

    如果你是通过编辑工具里的预览功能来预览,不如直接在浏览器中输入你的本地站点地址来浏览看看。
     
  5. Tameway

    Tameway New Member

    注册:
    2005-09-06
    帖子:
    1,286
    赞:
    8
    框架里不支持SESSION登陆,包括BBSXP等程序的早期版本用在框架里都无法登陆
    用隐藏的域名转址也不支持SESSION