Hi
i'm using aan iframe to diaplay the search results of public search engines.,
the page includes.,
header
iframe
footer
in the iframe i hav included the search engines result page., but different engines hav diffenent page length.,
Is there any way to automatically fix the page length regarding the search results.,
example
[code=php]
<?
$qq="php";
$link="http://en.wikipedia.or g/wiki/".$qq;
<iframe src="<? echo $link;?>" vspace="0" height="700px" hspace="0" style="overflow :visible; width:99%" scrolling="no"> </iframe>
?>
[/code]
i tried even by not specifying the height but it does'nt get worked., i get two scroll bars.,
so is there any way to display the iframe without the scroll bars by automatically fixing the heights??
help me in this.,
thanks
i'm using aan iframe to diaplay the search results of public search engines.,
the page includes.,
header
iframe
footer
in the iframe i hav included the search engines result page., but different engines hav diffenent page length.,
Is there any way to automatically fix the page length regarding the search results.,
example
[code=php]
<?
$qq="php";
$link="http://en.wikipedia.or g/wiki/".$qq;
<iframe src="<? echo $link;?>" vspace="0" height="700px" hspace="0" style="overflow :visible; width:99%" scrolling="no"> </iframe>
?>
[/code]
i tried even by not specifying the height but it does'nt get worked., i get two scroll bars.,
so is there any way to display the iframe without the scroll bars by automatically fixing the heights??
help me in this.,
thanks
Comment