Disappearing frame

L

Lorenzo Thurman

I have tow frames generated using this code:
<frameset rows="75%,25%" frameborder="1" border="3" framespacing="0">
<frame src="topFrame.cfm" marginwidth="0" marginheight="0"
name="topFrame.html" scrolling="auto" title="topFrame">
<frame src="bottomFrame.cfm" name="bottomframe" marginwidth="0"
marginheight="0" scrolling="auto" title="bottomframe">
</frameset>


When I view this in a browser, both frames show up initially, but when
the browser finishes rendering the pages, the bottom frame disappears.
The link in the browsers location field shows the URL for the top frame.

What do I need to do to get this to work? I remember doing frames some
time ago, but don't remember having to do anything special. Can someone
help me out?

TIA
 
D

David Dorward

Lorenzo said:
I have tow frames generated using this code:

Oh dear. Frames are very rarely a good idea.
When I view this in a browser, both frames show up initially, but when
the browser finishes rendering the pages, the bottom frame disappears.
The link in the browsers location field shows the URL for the top frame.

You have failed to provide a URI to display the problem. My guess is that
the author of the document you load in the top frame didn't want it to be
framed and took steps (with JavaScript) to prevent it being so.
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top