Results 1 to 3 of 3

Thread: Yet another iframe query... HELP :(

  1. #1
    Join Date
    Sep 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Yet another iframe query... HELP :(

    Hello, basically I would be grateful if anyone can tell me how I can link my custom made buttons (gif images) to open up my pages “content" inside an iframe. The iframe is in one table and the buttons are in another.


    Everytime I click on the buttons the pages open up inside of a new window...


    Edit, sorry this should be inside of HTML section.

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Link
    Code:
    <a href="urltogoinsideframe.htm" target="page"><img src="image_src.gif"></a>
    Give the iframe the name "page"
    Code:
    <iframe name="page"...
    - Mike

  3. #3
    Join Date
    Sep 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Wow I think I love ya, it works thanks a bunch mate ^^

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •