How can I make a page that goes directly to a site in the same winow Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    How can I make a page that goes directly to a site in the same winow

    stevenF50
    stevenF50
    Forumember


    Male Posts : 280
    Reputation : 1
    Language : English

    Solved How can I make a page that goes directly to a site in the same winow

    Post by stevenF50 June 6th 2009, 3:25 pm

    And still be in the forum like the forum bar and banner is stilll there
    I want to add dragcave to my forum
    avatar
    Guest
    Guest


    Solved Re: How can I make a page that goes directly to a site in the same winow

    Post by Guest June 6th 2009, 4:12 pm

    Hmmmm,

    Thats a pretty good question, You will have to blend an Iframe with an Onclick event link but I'm not sure how that would work as you would need a couple of scripts at least to pull that off,

    you can alternatively embed an IFrame and add several links so when someone hits the link it displays embedded into the page Smile

    Here is an example code that works

    Code:
    <html>
    <head>
    <title>Test Iframe links</title>
    </head>
    <body>
    <h1>content</h1>
    <a href="http://www.google.com" target="innerframe">Google</a>
    <a href="http://www.yahoo.com" target="innerframe">Yahoo</a>
    <a href="http://www.skysports.com/football" target="innerframe">Skysports</a>
    <iframe name="innerframe" src="http://www.google.com" width="100%" height="100%">

    </iframe>
    </body>
    </html>

    Regards








    Craig
    stevenF50
    stevenF50
    Forumember


    Male Posts : 280
    Reputation : 1
    Language : English

    Solved Re: How can I make a page that goes directly to a site in the same winow

    Post by stevenF50 July 3rd 2009, 1:49 pm

    Okay thanks


    I am getting a programmer for my forum :fingerscrossed:
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How can I make a page that goes directly to a site in the same winow

    Post by Sanket July 3rd 2009, 4:34 pm

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Sanket