frame.html

来自「php开发实例完全剖析」· HTML 代码 · 共 14 行

HTML
14
字号
    <html>
    <head><title>聊天室</title>
    </head>
    <frameset cols='200,*'>
       <frameset rows='450,*'>
          <frame src='login_face.php' name='l_top' noresize>
          <frame src='lbottom.html' name='l_bottom' scrolling='no' noresize>
       </frameset>
       <frameset rows='*,80'>
          <frame src='content.php' name='r_top' noresize>
          <frame src='message.html' name='r_bottom' scrolling='no' noresize>
       </frameset>
    </frameset>
    </html>

⌨️ 快捷键说明

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