Problem when viewing CBS Marketwatch website

  • Thread starter Thread starter Anonymous in NYC
  • Start date Start date
A

Anonymous in NYC

When the CBS marketwatch website on IE 6 tries to refresh
itself automatically, I get the following error.

Line: 21
Char: 2
Error: 'document.Player.playState' is null or not an object
Code: 0
URL: http://cbs.marketwatch.com/news/default.asp?
siteid=mktw&dist=&refresh=on

Any idea why this happens ?

Thanks
 
Any idea why this happens ?

Possibly because the script is inline and (mostly) at the bottom
so it may be getting truncated or corrupted (e.g. due to MTU problems).
Or if you have some ad removing software, because it is going to try
to make you see its ads or give you some undesirable consequences
for trying to suppress them. ;)

Use View Source to verify that the document is complete HTML
(e.g. ends with an HTML tag). Then count the number of instances
of Player you find. ;o


HTH

Robert
 
Back
Top