how can i change the url in the address bar of my iframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jegar j
    New Member
    • May 2012
    • 8

    how can i change the url in the address bar of my iframe

    can somebody help me about iframe?
    i need help... thanks

    TRY
    IFRAME
    Code:
    <iframe name="iframe_a" id="iframe_a" width="525px" height="425px"></iframe>
      LINKS:
    <a href="address.html target="iframe_a">address</a>
    </body>
    </html>
    Last edited by Rabbit; May 10 '12, 03:21 PM. Reason: Please use code tags when posting code.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Please use code tags when posting code.

    I don't know what you mean, iframes don't have an address bar.

    Comment

    • jegar j
      New Member
      • May 2012
      • 8

      #3
      thanks for replying, i have my code above using iframe, i have already displaying another webpage inside my iframe but my problem is in iframe the url doesn't change, how can i change my url displaying the webpage inside the iframe.

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        For one thing, you didn't close your href attribute.

        Comment

        • jegar j
          New Member
          • May 2012
          • 8

          #5
          The code above displays the webpage inside the iframe but i want to change the url because when you use iframe the url doesn't change... thanks for replying again

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            I already gave you the answer to what I think is your question. If you implemented my fix and it still doesn't work, then that means your question is still unclear and you need to be more descriptive because I have no idea what your question is.

            Comment

            Working...