PDA

View Full Version : links that will load into a frame....


illestdiva
12-09-2003, 05:30 AM
hi...i'm currently making a layout. i've made the links but i have no idea about frames or nething....eg. dunno how to make a link to specifically load in a frame. if neone can help me...that'll be great! =)

Randuin
12-09-2003, 06:02 AM
So far I've only used Iframes and they seem to satisfy me very well... :)

<iframe src="blah.php" name="main"></iframe>

And then when I want to load something into the frame i just do this...

Click<a href="blah2.php" target="main">Here</a> to get to Blah2!

illestdiva
12-09-2003, 07:04 AM
hey thanx for the reply! the thing is....the links that i've made..they're images?? sooo...i've been trying to make image maps/slices in Adobe Photoshop...but i'm totally lost when it comes to that stuff....plus...i'm going to have two frames - one frame is for the different link, the other frame will just be for one link, if u get me?? i think i need the code where it has 'area target''coords''shape' etc yeah?? any suggestions??