Fondsanalyse

03.12.2012

function updateIframeHeight(height) { document.getElementsByName("oft")[0].height = parseInt(height); } function SearchFonds(el){ var pp=window.location.search.split('='); var host=location.host; if(pp[0]=='?navfilter'){ el.src="http://finanzwelt.fondsintern.de/index.php"+window.location.search+"&hst="+host; } else if(pp[0]!='?navfilter'){ el.src="http://finanzwelt.fondsintern.de/index.php?hst="+host; } } Ihr Browser unterstützt leider keine iFrames. document.body.onload=SearchFonds(document.getElementsByName('oft')[0]);