Results 1 to 6 of 6

Thread: Frame Loading a Link

  1. #1
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Frame Loading a Link

    i am working on a website for a friend. here is the temporary link to the site for a visual description> http://www.ikonmusic.net/practice.html ....you can see the links to the right side of the page when you open the site...i want those links to load into the table at the bottom half of the page (where the cursors are), without having to load the whole page again..so i need to make a frame down there...how do i make a frame inside that table to be able to load those links there..?

    PS- I read the frame tutorial..im still confused..i just need a quick and easy code...if you know it please post it
    Last edited by ikon; 08-17-2005 at 10:46 PM.

  2. #2
    Join Date
    May 2005
    Posts
    141
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    add a name="whatever" to you frames. the same place where you give the url, and the width/height etc. when you have a link you can put a target="whatever" and it will open in that frame.

  3. #3
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    i understand about the target="name" part of it, i just dont know how to insert a frame on top of the table...

    "add a name="whatever" to you frames."

    i dont even have the frames yet..what is the code to insert a single frame on top of that table i have on the website...by the way that table was made using the "scrollable content" code...

  4. #4
    Join Date
    May 2005
    Posts
    141
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    using frames basically splits up the page into multiple pages. i think what you want is an iframe that you can put on you site.

  5. #5
    Join Date
    May 2005
    Posts
    141
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i have never done this, but you should be able to do the name thing on the iframe. go here, it discusses it

    http://www.webclass.ru/eng/Tutorials...to_frames.html
    Last edited by spyder; 08-18-2005 at 12:21 AM.

  6. #6
    Join Date
    Mar 2005
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    i think i got it figured out..not finished yet though

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
  •