I have FireFox as my default browser to open up .htm files. Noticed that some .htm files show the IE icon and open up with IE from Windows Explorer. This went away when I removed these meta tags
Code:
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta NAME="GENERATOR" CONTENT="Microsoft FrontPage 3.0">
But both flavors of .htm files open up with IE from the command prompt using the start command. Is Microsoft just hijacking things?