Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2005
    Posts
    2,444
    Tokens
    0

    Latest Awards:

    Default Quick code help please

    I've just forgotten the code for when you click on a link it goes to another iframe (html) please

    Thanks and +rep to whoever can get me it

    Sm

  2. #2
    Join Date
    Jan 2006
    Location
    Manchester, UK
    Posts
    233
    Tokens
    0

    Default

    Code:
    <a href="target.php" target="iframe_name">Link</a>

  3. #3
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    and add name="iframe_name" to your <iframe> tag.. "/

  4. #4
    Join Date
    Mar 2006
    Location
    a house in a box
    Posts
    1,779
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Splinter
    and add name="iframe_name" to your <iframe> tag.. "/
    yup thats pritty good i may of needed that

  5. #5
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    As said above, then on the link use targetting so for new window its _blank otherwise write in your frame name like menu
    Musicicon is
    currently

Posting Permissions

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