Hey.. i have this script:
HTML Code:
<script type="text/javascript">
function displayText() {
if (getRequest.readyState == 1){
document.write("<center><img src='loading-ajax.gif'><br><font style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color: #CCC;'><center>Loading...</center></font></center>");
}else if (getRequest.readyState == 4) {
document.getElementById('result_here').innerHTML = getRequest.responseText;
}
}
</script>
(i didnt post a full script)
well.. it don't work.. i don't know why :/
without this first if statement.. it works perfectly.. but when i add this when this script don't work..
anyone knows what's the problemo?
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
| Need help? Send a
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.