Click to See Complete Forum and Search --> : Handling the frameset


kaushalbansal
06-09-2005, 04:53 AM
I having a frameset containg two frames now i have provided a link in the above frame if i click on it then the lower frame should contain the page provided on the link
can i do something with the target options

Gokoza
06-09-2005, 05:22 AM
Where the <FRAME SRC=> code is, just add NAME= and name the frame.

Then when the person clicks the link, you add TARGET= the the href thing. You put the name of the frame you want the link to go to in target, so it opens there.

I'm sorry, I'm not exactly the most clear person, but I hope I helped.

Charles
06-09-2005, 05:53 AM
See http://www.w3.org/TR/html401/present/frames.html .