viewing a site within another site

Discussion in 'Content Management' started by Lpspider, Oct 11, 2005.

  1. #1
    how can I make it so you can view a site "through a site". Like keep the menu from one site along the time, but display the other site on the same page?

    I'm working a a website and a forum - but I want the forum to have a url of it's own. However, if accessed from my site, I want it to continue to display the menu. How can I do this?

    Thanks.
     
    Lpspider, Oct 11, 2005 IP
  2. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #2
    Try and I frame.

    Shannon
     
    Smyrl, Oct 11, 2005 IP
  3. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
    #3
    yea use an iframe

    <iframe src="http://www.website.com" width="xxx" height="xxx"></iframe>
    Code (markup):
     
    killaklown, Oct 11, 2005 IP
  4. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #4
    Just make sure you have permission... big trouble if you don't.
     
    NewComputer, Oct 11, 2005 IP
    Smyrl likes this.
  5. dre

    dre Peon

    Messages:
    1,367
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #5
    use a iframe, but the iframe must have a name, or use PHP, include ();? file_get_contents ();?
     
    dre, Oct 12, 2005 IP
  6. *Michael*

    *Michael* Banned

    Messages:
    238
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Again, MAKE SURE YOU HAVE PERMISSION.

    Always check the "Terms of Usage" on bottom of website. Some don't like being viewed through other sites.
     
    *Michael*, Oct 20, 2005 IP