Try adding. You may need to change the class id but you can use the
same one as Javascript1.3
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JavaScript1.2]
@="JScript Language"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JavaScript1.2\ CLSID]
@="{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JavaScript1.2\ OLEScript]
[HKEY_CLASSES_ROOT\JavaScript1.2]
@="JScript Language"
[HKEY_CLASSES_ROOT\JavaScript1.2\CLSID]
@="{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}"
[HKEY_CLASSES_ROOT\JavaScript1.2\OLEScript]
David Dorward <dorward@yahoo.com> wrote in message news:<d3hf6i$9u6$1$8302bc10@news.demon.co.uk>...[color=blue]
> Joe Koziatek wrote:
>[color=green]
> > -------------------------------
> > <!DOCTYPE html PUBLIC "-//W5C//DTD HTML 4.0 Transitional//EN[/color]
>
> This says HTML 4.0 Transitional (which was replaced with 4.01 Transitional
> before the turn of the millennium)...
>[color=green]
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/color]
>
> ... but this claims XHTML 1.0 Transitional. You might want to make your mind
> up. (HTML 4.01 Strict is usually the most suitable choice for documents
> written today).
>
>
http://www.w3.org/QA/2002/04/valid-dtd-list.html
>[color=green]
> > <SCRIPT language='JavaScript1.2'>[/color]
>
> In both HTML 4.0 and XHTML 1.0, the language attribute is deprecated and the
> type attribute is required.
>[color=green]
> > I was experiencing difficulties installing the Java 2 Plugin for
> > applets and I may have deleted some registry keys containing the word
> > "Java". This is when I noticed that JavaScript1.2 was broken in IE6.
> > In trying to solve the problem, I uninstalled, then reinstalled WinXP
> > Service Pack 2, then did Windows Update. It did not fix it. I also
> > removed registry keys containing "internet explorer" and tried
> > deleting the "C:\Program Files\Internet Explorer" directory so I could
> > run ie6setup.exe . The contents of "c:\Program Files\Internet
> > Explorer" is listed herein.[/color]
>
> Oh boy.
>[color=green]
> > Does anyone have any advice as to how to reinstall IE6 to get the
> > registry keys back to original state?[/color]
>
> Restore the backup you took of the registry before you started hacking away
> at it?
>
> Use the System Restore feature of Windows XP?
>
> Reinstall Windows?[/color]