一个页面上有left top content三个框架当在top导航一个另一个页面,该页面是显示在content上那么此时如何跟改IE的标题为这个页面的标题?怎么改?用JS?

解决方案 »

  1.   

    不是,不好意思说错了,导航到的那个页面只是显示在content的区域。
      

  2.   

    使用变量来更改标题<%# var%>
      

  3.   

    <body onload="top.document.title=self.document.title;">
      

  4.   

    http://sz.luohuedu.net/xml/ShowDetail.asp?id=091502D4-CD3B-4463-A1CF-14A36602FF6A
      

  5.   

    net_lover(孟子E章)
    佩服!!!!!!
      

  6.   

    不行啊,我的意思是说当TOP导航到ModifyPwd的页面,该页面在content区域显示,那么这时IE的标题就为修改密码.TOP和content都是框架页面.
      

  7.   

    <html>
    <head>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
    <title>这里写标题</title>
    </head>
    <frameset rows="64,*">
    <frame name="banner" src="" scrolling="no" noresize>
    <frameset cols="150,*">
    <frame name="contents" src="">
    <frame name="main" src="">
    </frameset>
    </frameset>
    </html>
      

  8.   

    动态生成IE标题的,就想CSDN的社区你点左边树型的asp.net结点那么IE的标题就是asp.net.