IE6 SP2 Will not display txt file contains null & non ascii charac

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have recently upgraded to IE 6.0 SP2, WinXP Pro SP2.After this I can not
able to view / open txt files in browser while accessing internet for some
websites.
It opens with blank page with done message. The same file I can able to read
and opens in browser another machine running with IE 6.0 SP1.
Thanks in Advance.

Sen.
 
Look for orphaned comment tags in the source code of the web page

eg
<script><!----

function mycode()
{

}
/// missing closing comment tag here... shuld be ---->
</script>

You should be able to view the source of the blank pages and see the source.

Had the same problem with my web site... Symptoms - could view pages in
Win2K and FrontPage (both Win2k and XP) but could not view page in XP
browser
 
Back
Top