Why AJAX content won't display with document.getElementByID().style.display in IE8?
Hi All,
I'm seeing a strange issue with my code below. The content received thru the xmlHttpRequest, is not being displayed in IE8, after clicking the link. It is displayed only after moving the mouse/cursor, after clicking the link. Anyone sees what could be the problem here ? Please help.
Code:
<html>
<head>
<script type="text/javascript">
var xmlHttpfunction;
Leave a comment: