954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

display won't work in Google Chrome

I can't get this to work in Google chrome. It's supposed to display after being processed by the php file.

here's the javascript

ajaxRequest.onreadystatechange = function(){
if(ajaxRequest.readyState == 4){
var ajaxDisplay = document.getElementById('ajaxDiv');
ajaxDisplay.innerHTML = ajaxRequest.responseText;
}
}

here's the html/css code



Here's the php code.


echo "


jj.amonit
Newbie Poster
23 posts since Mar 2009
Reputation Points: 10
Solved Threads: 0
 
fxm
Posting Pro
596 posts since Apr 2010
Reputation Points: 40
Solved Threads: 74
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You