Website page goes blank
Monday, September 29th, 2008<script language=”javascript”
src=”images/support/support.js” type=”text/javascript” />
and my page turned to
white screen on IE 6 and 7 both. However, view page source showed all html composition but
no content on website.
It was working perfectly on firefox and safari but nothing on
IE both versions
In both browses, I cleared temp files. I rebooted. But still, status
showed ‘done’, all I saw is a blank page.
I updated above lines to
below
<script language=”javascript” src=”images/support/support.js”
type=”text/javascript”></script>
And it started working again
that
is also validated by w3c


