Forum Moderators: open
Below is a short "test" I am trying to run and when I view the iframetest.htm, I simply get a blank screen. Any thoughts on browser settings I need to have set in order to make Iframes work on my machine?
'== this is what I have in my Iframetest.htm file
<html>
<head>
<title>Cost Data</title>
<IFrame src='Test.htm'></IFrame>
</head>
</html>
'== This is my test.htm file
<html>
<head>
<title>Cost Data</title>
<Body>test<Body>
</head>
</html>
Thanks for the ideas, any further help would be appreciated!
The .css file basically turned off the use of Iframes! I forgot I had set that up a long time ago to get rid of some ads on a webpage I view.
Thanks for all the help!