Php Guys need help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Va2k
    I’m still alive barley.
    • Oct 2001
    • 10060

    #1

    Php Guys need help!

    I am using <ifram e > webpage.htmlgoeshere</ i f rame> with a nav bar, so it breaks down like this, Nav on top, left table some text then the right side table the iframe but when someone clicks a link in the top navigation bar I want it to only open in the right side of the frame/table how can I go by doing this?
  • Va2k
    I’m still alive barley.
    • Oct 2001
    • 10060

    #2
    anyone???

    Comment

    • fallenmuffin
      Confirmed User
      • Nov 2005
      • 8170

      #3
      set the name of your iframe and add a target to your anchor with the same name

      i.e. <iframe name="main"></iframe> then in the nav <a href="#" target="main">

      Been awhile since I used iframes but pretty sure thats the method.

      Comment

      • Va2k
        I’m still alive barley.
        • Oct 2001
        • 10060

        #4
        Originally posted by fallenmuffin
        set the name of your iframe and add a target to your anchor with the same name

        i.e. <iframe name="main"></iframe> then in the nav <a href="#" target="main">

        Been awhile since I used iframes but pretty sure thats the method.
        awe damnit thats right it's been so damn long since I used frames myself lol thanks

        Comment

        • AdPatron
          No commissions, no fees.
          • Apr 2003
          • 17706

          #5
          What is the PHP question?

          Comment

          • edgeprod
            Permanently Gone
            • Mar 2004
            • 10019

            #6
            Originally posted by JoesTraffic
            What is the PHP question?
            Hehe, I was wondering that too, but at least it looks solved.

            Comment

            • Va2k
              I’m still alive barley.
              • Oct 2001
              • 10060

              #7
              Originally posted by JoesTraffic
              What is the PHP question?
              well I use to use a php script to do this and forgot about doing like what was said! But thanks

              Comment

              • tranza
                ICQ: 197-556-237
                • Jun 2003
                • 57559

                #8
                I can give you a bump!
                I'm just a newbie.

                Comment

                Working...