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

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.
 
R

Rob Parsons

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top