[PHP] Re: HTML Question

2002-03-31 Thread gaukia 345

Iframe is supposed to work with browsers compliant with W3C HTML 4.01 and 
above. If you're developing for newer browsers, no problem. But if you want 
backward compatibility, why not just use FRAME?

Gaukia

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: HTML Question

2002-03-31 Thread Justin French

You may also get better mileage in Netscape with the use of .  Or,
if you're on Apache, good old server side includes (Apache SSI) may be
enough.

Justin French

Creative Director
http://Indent.com.au




on 01/04/02 5:27 AM, Gary ([EMAIL PROTECTED]) wrote:

> http://foo.com"; name="MyFrame" id="MyFrame" width="400"
> height="300" marginwidth="0" marginheight="0" scrolling="no"
> frameborder="0">
> 
> 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  which
>> won't work.
>> 
>> I tried stuff like:
>> 
>> http://www.somewhere.ca/test.php"; frameborder="no"
>> border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no">
>> 
>> 
>> 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




[PHP] Re: HTML Question

2002-03-31 Thread Gary

http://foo.com"; name="MyFrame" id="MyFrame" width="400" 
height="300" marginwidth="0" marginheight="0" scrolling="no" 
frameborder="0">

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  which
> won't work.
> 
> I tried stuff like:
> 
> http://www.somewhere.ca/test.php"; frameborder="no"
> border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no">
> 
> 
> 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