Hi, I have a frameset in html code, and have 2 different pages, frame1.html and frame2.html as sources of frameset right. i made HOME, MISSION, OFFICES hyper links in the frame1.html and want to see its result in the fram2.html. I use the following code
<a href = "mission.html" = target = "_top"> MISSION </a>
I have change the code with all four _top, _parent, _self, _blank but i'm not getting my result so please guide me with this.
HERE IS THE MAIN FRAME SOURCE CODE.
<html>
<frameset cols = "20%, 80%">
<frame src = "frame1.html">
<frame src = "frame2.html">
</frameset>
</html>


Reply With Quote

