Frame overrides the other frames in a Frames page

G

Guest

I am using a Frames Page with three frames. Top, Lef, Main. when i use a
mainpage.asp page in Main Frame and see its preview in Browser (or in FP
preview) mainpage.asp covers the whole area (including Top and Left Frames
area also). How can i restrict the mainpage.asp only to appear in Main Frame?
 
M

Murray

Show me please. It sounds like your incoming mainpage.asp is loading at the
"_top" and replacing the whole frameset. There is no way to load a file
into a frameset and have it overflow into the other frame space, otherwise.
 
M

Murray

Oh - you are talking about a problem that you only see in FP's Preview? I'm
still a little confused.

You open default.asp in FP - do you not see all three frames?

<frameset framespacing="0" border="0" frameborder="0" rows="140,*">
<frame name="banner" scrolling="no" noresize target="TransMain"
src="Toppage.html">
<frameset cols="150,*">
<frame name="contents" target="TransMain" src="VerticalMenu.htm"
scrolling="no">
<frame name="TransMain" scrolling="auto" target="TransMain"
src="mainpage.asp">
</frameset>
 
G

Guest

Thanks for providing help.
This was because of a Script. I have found it and has disabled. Now its
working fine.
Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top