nowebpage4u
06-19-2006, 04:54 PM
or at least go from frames to normal webpage. and i need it to be able to use in a FF browser to where if i close it, it only closes the tab.
|
View Full Version : how do i close the window? nowebpage4u 06-19-2006, 04:54 PM or at least go from frames to normal webpage. and i need it to be able to use in a FF browser to where if i close it, it only closes the tab. amyaurora 06-19-2006, 07:07 PM If I'm guessing right you are looking for a way to "break out of frames" If so try: http://www.lissaexplains.com/frames.shtml#stuck havacoman 06-21-2006, 05:26 AM You have to have the link use a special tag that opens the page you want on the page that the link was clicked on. It'll get rid of any HTML on that page (not just that frame) and put up new HTML. Here is the link for it: <a href="http://www.website.com" target="_top">Seen Words Here</a> |