Show website inside Layer or Table ??

Discussion in 'HTML & Website Design' started by heshan86, Apr 8, 2010.

  1. #1
    Hi,

    im trying to show a website inside a layer or a table like dividing a web page into 2 or 3 frames. But not in a frame, instead in a layer or a table, Is it possible to do it ? if it is , how ?

    cheers
     
    heshan86, Apr 8, 2010 IP
  2. ampg-it

    ampg-it Peon

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    how are you wanting to bring the website in? i.e. using iframe, asp or php?
     
    ampg-it, Apr 8, 2010 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #3
    You can also do it the AJAX way, just so you keep that in mind as an option.
     
    Clive, Apr 8, 2010 IP
  4. Blockis

    Blockis Well-Known Member

    Messages:
    177
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    125
    #4
    Like,
    
    <div>
    <iframe src="http://google.com"></iframe>
    </div>
    
    PHP:
    ???

    Blockis
     
    Blockis, Apr 8, 2010 IP