Stop the loading...
Posted: Fri Jun 03, 2005 6:15 pm
Hi !
To transfer on my page a file content (another way than with php), i wrote the following code :
It works fine... except the page loads the images (contained in the called file) without ending.
How can i stop the loading ?
If one of you has an idea ...
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 ...