If you get the following error while browsing a page in Internet Explorer:
The value of the ‘method’ attribute may not be ‘html’
chances are MSXML registration is corrupted on your machine. To fix this, open DOS prompt and type following commands:
regsvr32 msxml.dll regsvr32 msxml2.dll regsvr32 msxml3.dll
This will re-register MSXML and the error will go away.