<iframe src="http://foo.com" name="MyFrame" id="MyFrame" width="400" height="300" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"></iframe>
You need to give a height. NN4 does not support iframe Gary Jtjohnston wrote: > I suppse this is an HTML question more than PHP. > I have a server elsewhere that does not have PHP accessible. Stupid & > cheap of them, but true. > I want to display a page within a page, WITHOUT using <?php ... ?> which > won't work. > > I tried stuff like: > > <IFRAME SRC="http://www.somewhere.ca/test.php" frameborder="no" > border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"> > </IFRAME> > > Does not work of course. > > Can I even do this? > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php