Embed a webpage in a webpage without frames?
Results 1 to 5 of 5

Thread: Embed a webpage in a webpage without frames?

  1. #1
    Registered User ephmynus's Avatar
    Join Date
    Feb 2001
    Location
    127.0.0.1
    Posts
    1,998

    Embed a webpage in a webpage without frames?

    Anyone help me with some html? I was wondering if there is a way to embed text in a page. While that may seem simple what I actually want to do is be able to click a link on a page and have a portion of the page change with next text. I could do this in frames but I actually have 3 separate text areas and it looks really bad. So really, I need to embed a page in a page without frames.

  2. #2
    Registered User
    Join Date
    Mar 2001
    Location
    Nashville, TN
    Posts
    280
    I'm not sure if this is exactly what you're looking for or not, but have you tried using an SSI include?

    It would be something like:

    Code:
    <!--#include file="filetoembed.htm" -->
    I think you also have to save the html file as .shtml instead of .html

    Hope that helps some.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Location
    Thunder Bay, ON
    Posts
    106
    have you tried using the iframe tag? It's sweet! You could use tables to layout the page then 'embed' the page using the iframe tag...works well, and there's lots of people that use this successfully!

    Check out: http://www.halovision.org/DAS/
    Last edited by sLIVER; November 27th, 2003 at 06:43 PM.

  4. #4
    Avatar Goes Here Radical Dreamer's Avatar
    Join Date
    Jan 2001
    Location
    Fairmont, West Virginia
    Posts
    4,866
    Quote Originally Posted by sLIVER
    have you tried using the iframe tag? It's sweet! You could use tables to layout the page then 'embed' the page using the iframe tag...works well, and there's lots of people that use this successfully!

    Check out: http://www.halovision.org/DAS/
    That link is dead....

  5. #5
    Registered User
    Join Date
    Dec 2001
    Location
    Thunder Bay, ON
    Posts
    106
    hmmm...works fine for me! try www.halovision.org - Of course there are many other sites that use iframes

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
  •