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?