PDA

View Full Version : how to delete frame on only 1 page


reward
01-23-2003, 07:24 PM
I'm a bit inept, but I want to launch a new page to my site, however the site has a frame on every page, I want to eliminate that frame (new page is a table) when I FTP the new page over, the frame is automatically inserted - how do I delete it for that page?

Thanks

justame
01-23-2003, 08:21 PM
rew...
just a curious® here... n' wondering...ummm twould your 'site' be just a located® on some 'free' server??? aka they give you the space n' youuu give them the frame set up so thattt theyyy can just a display® stuff in say the top frame???

reward
01-23-2003, 08:40 PM
No, its not free. We have a frame on the left-hand side which serves as a menu on every page except for the homepage, which has a picture in that frame. I just want to get rid of that menu on 1 page, but I can't figure out how to do it. There must be something that will let me substitute another picture for that menu frame.

justame
01-23-2003, 10:59 PM
rew...
just a hhh®...k try this then...
in the 'link' for the new page aka the one without the 'links'??? try just a going®...
<a href="newpagename.html" target="_new">click here to just a view® the table</a>

orrr you could just a have® the 'link' coded to just a change® two frames @ once...
aka the 'table' would load on the right??? n' someother.html would just a contain® the other image you want in the frame on the left???

is thattt what you meant???

ronaldb66
01-24-2003, 08:40 AM
Reward,

what wonderful tool do you create your pages with?

reward
01-24-2003, 02:26 PM
I have now managed to eliminate the frames on my one page by inserting this code under the <head>
<script>
<!--
if (window!= top)
top.location.href=location.href
// -->
</script>
however, once I go to the page with no frames and try to use the links at the top to other pages on my site, it then deletes the frames on those other pages as well. Is there no way to eliminate the frames on only 1 web page without affecting the rest of the site if you use the links from the "no frame" page?

I didn't create these pages, so I don't know what program was used.

cg9com
01-24-2003, 06:24 PM
the framed page prolly involves 3 seperate pages, one is the menu, the other is the other content, and the 3rd being the page with the frameset that displays the 2 other pages.
to rid the frames on one page, you could just create just 1 document wit hyour markup on it, to link to the other pages with frames you could just link to the page with the <frameset> in it

Mr J
01-24-2003, 10:58 PM
It is possible to breakout of a frameset and view a page in a normal window then return to that frameset from the normal window.

Take a look here

www.huntingground.freeserve.co.uk/webplus/frames/noframe.htm


Post your web address so I can see your layout.