Home > HTML/CSS, Javascript, XML > The value of the method attribute may not be html. Solution for the error.

The value of the method attribute may not be html. Solution for the error.

January 19th, 2010 Yuriy Leave a comment Go to comments

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.

  1. No comments yet.
  1. No trackbacks yet.