PDA

View Full Version : Inside a html frame


Anonymous
06-16-2005, 02:14 AM
Hi,

I have phplinkdirectory in a html frame. The problem is when I click on a link I want it to have it open in the entire page versus just in the frame. That is target=_top instead of target=_self. Any way to make this be the default?

Thanks,
John

Anonymous
06-16-2005, 02:22 AM
Should have looked a bit before asking. Added target="_top" before href in link.tpl and all works great.

John

David
06-16-2005, 03:40 AM
Good, thanks for sharing...this may be helpful to others who use frames.