Results 1 to 2 of 2

Thread: Site Over Site

  1. #1
    Join Date
    Mar 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Site Over Site

    I Want To Put A Website Over A Site. Whats The Code. I Want To Have People Come To My Site And See Another Site As Well As Mine.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You get your choice, you can use either an iframe or frames. Iframe is easier:

    HTML Code:
    <body>
    your page content here
    <iframe src="http://www.othersite.com" width="100%" height="500px" frameborder="0" scrolling="auto"></iframe>
    </body>
    Won't work if the other site has code to break out of frames on it though.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •