To transfer on my page a file content (another way than with php), i wrote the following code :
Code: Select all
<iframe
src="e;Site/logos.html"e;
name="e;iframe"e;
onload="e;document.getElementById('logos').innerHTML=iframe.document.body.innerHTML"e;
style="e;display:none"e;
>
</iframe>
<span id="e;logos"e;></span>How can i stop the loading ?
If one of you has an idea ...