Log in

View Full Version : Frame Loading a Link



ikon
08-17-2005, 10:44 PM
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

spyder
08-17-2005, 11:48 PM
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.

ikon
08-18-2005, 12:09 AM
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...

spyder
08-18-2005, 12:18 AM
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.

spyder
08-18-2005, 12:18 AM
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/HTML/Linking_to_frames.html

ikon
08-18-2005, 12:53 AM
i think i got it figured out..not finished yet though