This usually happens when the relay file does not exist, or the relay
URL is not passed to gadgets correctly.

It works in Opera because Opera supports document.postMessage which is
taken advantage of by the rpc library to make cross-domain calls.

On Sun, Mar 9, 2008 at 3:57 AM, Arun Kumar
<[EMAIL PROTECTED]> wrote:
> I have created an XML file that uses Content type="url" and it refers to a
>  PHP page and in that page I wrote
>
>     echo "<script language='JavaScript' src='http://localhost:8080"; .
>  $_GET['libs'] ."' ></script>";
>     echo "<script language='JavaScript'
>  type='text/javascript'>alert(_IG_AdjustIFrameHeight)</script>";
>
>  Then I got alert, so the required js files are included in the PHP page.
>
>  At the end of page,
>
>     echo "<script language='JavaScript' type='text/javascript'>";
>     echo "_IG_AdjustIFrameHeight();";
>     echo "</script>";
>
>  In adjustHeight method, I kept an alert. so a call is made to
>  _IG_AdjustIFrameHeight(). But the iFrame height is not getting adjusted in
>  IE or mozilla. In  Opera, iFrame height is changed properly.
>
>  When I use the _IG_AdjustIFrameHeight(); in XML file that contains Content
>  type="html", it is working in IE also.
>
>  Why it is not working in IE and mozilla?
>
>  If rpc is not going to support, then to which ifpc function it is going to
>  make a call?
>

Reply via email to