You may try,

    to make the IFRAME invisible. I think it is done with this:

            document.all.name.visibility = "hidden";

    And when the page is loaded then change it to

             document.all.name.visibility = "visible";


                        Not sure if it will be working but you can try it.

                Hi Milan
----- Original Message -----
From: "David Buerer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 19, 2002 7:10 AM
Subject: [PHP] HTML - iframe


> Yes I know it's a PHP list, but I thought someone might have an idea on
how
> to fixt this problem anyway.
>
> I have a page with (2) iframes.  While the source file for the iframes is
> being loaded, the iframe shows up as a big white area, similar to a
> <textarea>.  How do I make it so this doesn't happen?
>


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

Reply via email to