I-frames?

Discussion in 'Gaming' started by Unleashed NRG, Mar 3, 2007.

  1. Unleashed NRG

    Unleashed NRG Senior Member

    Age:
    32
    Posts:
    940
    Likes Received:
    0
    Joined:
    Jun 27, 2006
    Location:
    Australia
    I'm trying to create a template, i am familiar with I-Frames but i would like to know if there is a way when you press a link on the main page of the site just the iframe of the site changes. As in you have your main page with your nav on top and your main content box is an iframe. Then when you push a link on the nav bar just the iframe changes and the rest stays. Is this possible? And if so, how?
     
  2. DarkDrakeX

    DarkDrakeX Senior Member

    Posts:
    1,353
    Likes Received:
    0
    Joined:
    Feb 6, 2005
    Location:
    Georgia
    Umm yea this is possible i dont rememvber exactly how i did this (i used to code a long time ago and am a bit rusty) but this is what it seems to be saying for me to do
    Code:
    <a href="example.html" target="frameone">
    for the button u clicjk to change the frame
    Code:
    <iframe src="example.html" width="xxx" height="xxx" frameborder="x" MARGINWIDTH="x" MARGINHEIGHT="x" name="frameone"></iframe>
    for the frame u want it to be in
    thats the only way i know of doing it if u ahve any questyions pm me. I hope i helped :P
     
  3. Unleashed NRG

    Unleashed NRG Senior Member

    Age:
    32
    Posts:
    940
    Likes Received:
    0
    Joined:
    Jun 27, 2006
    Location:
    Australia
    :D Thnx heaps, thats exactly what i wanted. Rep for you my good man.
    Thanks Again.
     

Share This Page