Forums

how to display out going link site inside a frame? (2 posts)

  1. swordfish
    Member
    Posted 6 years ago #

    I saw a blog which was displaying websites inside a frame when we click any links in that blog.

    I mean. When you click a link to wordpress.org in the blog site named xyz.com, a new window will be opened and there are two frames. in the top frame, you have a header from xyz.com and in bottom frame wordpress.org is displayed.
    And the URL is something link xyz.com/go/go.php?url=http://www.wordpress.org/

    Any idea how its done or is there a hack for this?

  2. Kafkaesqui
    Moderator
    Posted 6 years ago #

    Well, I'd imagine go.php is a frames page (that opens in a new window) which provides a header (HTML) document for the src in the top frame, and passes the url query value to the src in the bottom frame. Visit your favorite search engine to look for information on creating a HTML frame document, if you don't know how.

    Couple points:
    1. This sort of thing is usually frowned upon in web development circles.
    2. Not really WordPress-related.

Topic Closed

This topic has been closed to new replies.

About this Topic