yacy_search_server/htroot/yacy/ui/yacyui-ranking.html

22 lines
536 B
HTML
Raw Normal View History

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