PDA

View Full Version : Frames: How to make the link open in the main window?


J A S O N
01-13-2000, 04:55 PM
i have a small frame at the top of my page. it has links on it. Right now the name of the main page is 'name'.

so i put 'target="main"' in the links in the top... but it just opens in a new window.

how do i fix this?
thanks JASON

Dan Kaplan
01-13-2000, 06:50 PM
You need the corresponding name="main" in the frames' index page that calls the individual frames.

Dan