Click to See Complete Forum and Search --> : how to make link to open at the same browser?


nickrock
07-24-2003, 07:43 AM
here is my problem.i want to make 1 link that opens 2 pages in the same browser in different html frames.how do i do it???

Charles
07-24-2003, 09:29 AM
You make a new frameset, just like the old one but with different files in the frames. And then you link to this new frameset.

nickrock
07-24-2003, 09:44 AM
o yes i never thought about that thanks.

nickrock
07-24-2003, 10:13 AM
but i still have a problem. if i link from a frame.the new frameset will open in that frame.i want it to open in a new window.

blindrain
07-24-2003, 10:18 AM
in the <a> tag set the target="_blank" for new window target="_top" to replace all frames in existing window
target="frame name" for opening in specified frame
"frame name" needs replaced with the frames actual name assigned in the framest page.

nickrock
07-24-2003, 11:53 AM
thanks i think i've got it.it was easyer than i thought.