frame like this i want in my website

Discussion in 'PHP' started by ironmankho, Sep 4, 2011.

  1. #1
    Solved! View solution.
    ironmankho, Sep 4, 2011 IP
  2. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #2
    Source code:
    
    <FRAME NAME="header" SRC="/tut_header/60457" scrolling="no" noresize /> 
    
    Code (markup):
     
    ssmm987, Sep 4, 2011 IP
  3. #3
    Hi,

    Use this code.It might help you
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    </head>
    <frameset rows="25%,75%" scrolling="no" border="none">
    <frame src=""noresize/>
    <frame src="" noresize/>
    </frameset>
    </html>

    Thanking You,
    Futureistic Team.
     
  4. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #4
    JohnnySchultz, Sep 6, 2011 IP