Hey.. i have this script:
(i didnt post a full 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>
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?
ah. npi fixed it
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks