473,748 Members | 3,604 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

JAVASCRIPT 1.2 BROKEN ON WIN XP IE6

My IE6 runs Javascript1.3 but not Javascript1.2

My Windows Version is: Version 5.1 (Build 2600.xpsp_sp2_r tm
040803-2158
My IE6 Version is: Version 6.0.2900.2180.x psp-sp2_rtm 040803-2158

In the following html, if I change the 1.2 to 1.3 it works ( I get the
popup hello..)

-------------------------------
<!DOCTYPE html PUBLIC "-//W5C//DTD HTML 4.0 Transitional//EN
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

<HTML>
<HEAD>
<SCRIPT language='JavaS cript1.2'>
alert('Hello..' );
</SCRIPT>
</HEAD>

<BODY>
<p> This is a test html page.. </p>
</BODY>
</HTML>
---------------------------------

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.

Does anyone have any advice as to how to reinstall IE6 to get the
registry keys back to original state? It just will not run
JavaScript1.2 . The HTML above does not even generate a JavaScript
error when script debugging is checked, it just seems to be ignored..
I found a web-site that reveals browser capabilities and it show that
my IE6 supports JavaScript1.3 , but isn't 1.2 downward compatible?
Prior to this, it was working with SP2 before I reinstalled.. My gut
feeling is that I disturbed the registry..

Any help is greatly appreciated!

Joe Koziatek
Developer
############### ############### ############### #########
## Directory of c:\Program Files\Internet Explorer ##
############### ############### ############### #########

04/12/2005 04:55 PM <DIR> .
04/12/2005 04:55 PM <DIR> ..
04/11/2005 05:29 PM <DIR> Connection Wizard
08/04/2004 12:56 AM 38,912 hmmapi.dll
08/04/2004 03:56 AM 18,432 iedw.exe
08/04/2004 12:56 AM 93,184 iexplore.exe
08/29/2002 07:00 AM 91,136 iexplore.exe.tm p
04/12/2005 04:55 PM 0 out
04/12/2005 09:36 AM <DIR> SIGNUP
5 File(s) 241,664 bytes

Directory of c:\Program Files\Internet Explorer\Connec tion Wizard

04/11/2005 05:29 PM <DIR> .
04/11/2005 05:29 PM <DIR> ..
08/04/2004 12:56 AM 61,440 icwconn.dll
08/04/2004 12:56 AM 214,528 icwconn1.exe
08/04/2004 12:56 AM 86,016 icwconn2.exe
08/04/2004 12:56 AM 32,768 icwdl.dll
08/04/2004 12:56 AM 172,032 icwhelp.dll
08/29/2002 07:00 AM 61,440 icwres.dll
08/04/2004 12:56 AM 24,576 icwrmind.exe
08/29/2002 07:00 AM 73,728 icwtutor.exe
08/04/2004 12:56 AM 49,152 icwutil.dll
08/04/2004 12:56 AM 20,480 inetwiz.exe
08/29/2002 07:00 AM 16,384 isignup.exe
08/29/2002 07:00 AM 40,960 trialoc.dll
12 File(s) 853,504 bytes

Directory of c:\Program Files\Internet Explorer\SIGNUP

04/12/2005 09:36 AM <DIR> .
04/12/2005 09:36 AM <DIR> ..
09/03/2002 03:40 PM 1,363 INSTALL.INS
1 File(s) 1,363 bytes

Total Files Listed:
18 File(s) 1,096,531 bytes
8 Dir(s) 12,749,352,960 bytes free
Jul 23 '05 #1
2 5793
Joe Koziatek wrote:
-------------------------------
<!DOCTYPE html PUBLIC "-//W5C//DTD HTML 4.0 Transitional//EN
This says HTML 4.0 Transitional (which was replaced with 4.01 Transitional
before the turn of the millennium)...
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
.... 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
<SCRIPT language='JavaS cript1.2'>
In both HTML 4.0 and XHTML 1.0, the language attribute is deprecated and the
type attribute is required.
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.
Oh boy.
Does anyone have any advice as to how to reinstall IE6 to get the
registry keys back to original state?


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?

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #2
Try adding. You may need to change the class id but you can use the
same one as Javascript1.3
[HKEY_LOCAL_MACH INE\SOFTWARE\Cl asses\JavaScrip t1.2]
@="JScript Language"

[HKEY_LOCAL_MACH INE\SOFTWARE\Cl asses\JavaScrip t1.2\CLSID]
@="{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}"

[HKEY_LOCAL_MACH INE\SOFTWARE\Cl asses\JavaScrip t1.2\OLEScript]

[HKEY_CLASSES_RO OT\JavaScript1. 2]
@="JScript Language"

[HKEY_CLASSES_RO OT\JavaScript1. 2\CLSID]
@="{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}"

[HKEY_CLASSES_RO OT\JavaScript1. 2\OLEScript]
David Dorward <do*****@yahoo. com> wrote in message news:<d3******* ************@ne ws.demon.co.uk> ...
Joe Koziatek wrote:
-------------------------------
<!DOCTYPE html PUBLIC "-//W5C//DTD HTML 4.0 Transitional//EN


This says HTML 4.0 Transitional (which was replaced with 4.01 Transitional
before the turn of the millennium)...
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">


... 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
<SCRIPT language='JavaS cript1.2'>


In both HTML 4.0 and XHTML 1.0, the language attribute is deprecated and the
type attribute is required.
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.


Oh boy.
Does anyone have any advice as to how to reinstall IE6 to get the
registry keys back to original state?


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?

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
9457
by: Kai Grossjohann | last post by:
It seems that Ctrl-N in Mozilla opens a new empty browser window. That's fine, I don't need to do anything about it. But Ctrl-N in IE appears to clone the current window. Is there a way to intercept the key so that I can do stuff on the server side to make the new window behave correctly? (We have a JSP-based webapp which stores state in the session. Now if two windows access (and modify!) the same session, then madness will result....
5
3964
by: Andy Lee | last post by:
Hi I have a dropdown box containing about 10 values. I would like to create a separate href on my page that when clicked will make the drop down box go to a specific value. I do not want to have to refresh the page to do this. Is it possible to have that sort of control over a drop down box. ? Andy
10
4589
by: VictorG | last post by:
Hello, I am new to JS and am trying to add some HTML into a JS function. So that when called the script as well as the HTML will be invoked. Is there some type of embed mechanism, sort of the reverse of embedding JS in an html page with the script tag. (which is what I am doing in this case) Is this even possible?
136
9436
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to use. The above URL is version 1.0 (draft) that resulted. IMO, it is not a replacement for the FAQ,...
9
4921
by: tshad | last post by:
This is from my previous post, but a different issue. I have the following Javascript routine that opens a popup page, but doesn't seem to work if called from an asp.net button. It seems to work fine from a link. The button does bring up the popup window, but when I press the links on the page, it doesn't return or close the window. ****************************************************************************
21
6051
by: petermichaux | last post by:
Hi, I've been asking questions about library design over the last week and would like to get feedback on my overall idea for a JavaScript GUI library. I need a nice GUI library so there is a good chance I will write this as I need new widgets. I haven't found anything like this and I'm surprised/disapointed this doesn't already exist. My library prototype works nicely. I think parts of these ideas are not commonly used for JavaScript...
8
2854
by: Taras_96 | last post by:
Hi everyone, We' ve come to the conclusion that we wish the user to be directed to an error page if javascript is disabled <enter comment about how a webpage shouldn't rely on javascript here :) >. I've read quite a few posts on how to do this, but none meet my need (the two main suggestions was set a jsEnabled variable in a <scriptsection of the HTML and read it in PHP, and the other suggestion was by default loading the non js page,...
78
3400
by: Jeremy J Starcher | last post by:
(Request for Discussion) I've put together a guide that I hope will help novice coders avoid the same hair pulling that I went through. I'm open for comments about it. Have I missed the mark on a point or two? Have I overlooked something? Is my basic goal flawed? Is code bad in so many different ways that I
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9544
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9324
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8243
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4606
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.