Quote:
Originally Posted by hilfe-forum
THX for help
I remove the Flash Banner the blinking Link and the counter (use javascript) Page is Clean but the Prob. is the same
|
Are there any other things that do javascript loads. It forces the map in an endless loop.
/edit
I still see this !!!!!
It's not only the call that needs to go but also the whole listener
Code:
<script language="JavaScript1.2" type="text/javascript">
/***********************************************
* Flashing Link Script- ? Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var flashlinks=new Array()
function changelinkcolor(){
for (i=0; i< flashlinks.length; i++){
.......
}
}
setInterval("changelinkcolor()", 1000)
}
if (window.addEventListener)
window.addEventListener("load", init, false)
else if (window.attachEvent)
window.attachEvent("onload", init)
else if (document.all)
window.onload=init
</script> <script type="text/javascript"> <!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('M?chtest du dich wirklich abmelden?'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//--> </script>