Arun,

You've asked this question before (several times, in fact). type=url is not
supported yet. When it is supported, you'll be the first person to know.
Nobody on this list is going to be able to help you make type=url work
because type=url is not supported. We will most likely not be able to
support type=url until the RESTful APIs have been implemented.

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?
>



-- 
~Kevin

Reply via email to