You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
536 B
22 lines
536 B
16 years ago
|
<script language="JavaScript">
|
||
|
//<![CDATA[
|
||
|
function resize_iframe() {
|
||
|
var height=document.documentElement.clientHeight;
|
||
|
document.getElementById("yranking").style.height=parseInt(height-document.getElementById("yranking").offsetTop-15)+"px";
|
||
|
}
|
||
|
window.onresize=resize_iframe;
|
||
|
//]]>
|
||
|
</script>
|
||
|
|
||
|
<iframe
|
||
|
id="yranking"
|
||
|
src="../../Ranking_p.html"
|
||
|
onload="resize_iframe()"
|
||
|
width="100%"
|
||
|
scrolling="auto"
|
||
|
name="YaCy Classic Search"
|
||
|
marginheight="0"
|
||
|
marginwidth="0"
|
||
|
frameborder="0">
|
||
|
</iframe>
|
||
|
|