XP SP2 and IE6 javascript.....

S

Steven K

I hit a problem with IE6 *javascript* unable to display German Umlaute when,
for example, issuing an alert command displaying a textstring containing
Umlaute - all Umlaute are missing(clipped off). Was no problem with XP SP1 -
WTF

Anyone an idea what's going on?

tia

Steve
 
J

Jan Il

Hi Steven :)

Try the following and see if it helps:

How to Troubleshoot Script Errors in Internet Explorer
http://support.microsoft.com/default.aspx?scid=kb;en-us;308260

Register these files:

Click on Start -- Run
Type Regsvr32 softpub.dll
Click OK
and.....
Click Start, Run
Type in REGSVR32 JSCRIPT

and....

JavaScript not working. Test your JS here to see if it is working properly:

http://www.fjsmjs.com/OE/nolinks.htm
http://www.mvps.org/sramesh2k/IEFAQ.htm Tips #21 & 46
http://support.microsoft.com/?kbid=281679
http://www.mvps.org/inetexplorer/answers2.htm#hyperlinks
http://www.mvps.org/inetexplorer/answers.htm#new_window

You can try updating your scripting engine.
For 2000 and XP go to
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
or
Download the Microsoft Java VM for Windows XP here
http://windowsupdate.microsoft.com

also....

Programs that may behave differently in WinXP SP2
http://support.microsoft.com/?kbid=884130

Problems accessing secure sites/ cannot install 128 bit encryption
http://inetexplorer.mvps.org/answers2.htm#secure_sites

WinXP SP2 Support Center
http://support.microsoft.com/default.aspx?pr=windowsxpsp2
Pages of MVP & 'Windows Update Maven' Jupiter Jone's
Service Pack (any) Installation Checklist
http://www3.telus.net/dandemar/spackins.htm


If these steps do not resolve your problem, please post back to this thread
with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
Replies are posted only to the newsgroup for the benefit or other readers.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 
S

Steven K

Jan Il said:
Hi Steven :)

Try the following and see if it helps:

How to Troubleshoot Script Errors in Internet Explorer
http://support.microsoft.com/default.aspx?scid=kb;en-us;308260

Register these files:

Click on Start -- Run
Type Regsvr32 softpub.dll
Click OK
and.....
Click Start, Run
Type in REGSVR32 JSCRIPT
....

Thx Jan,
The culprit was
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
NOT being set to 8859 but US-ASCII

The offender is the Mozilla editor which obviously *always* sets the US
charset and provides no option to alter this except in the source code.
Lesson learnt! @*#%
 
J

Jan Il

Hi Steven :)
Thx Jan,
The culprit was
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"> NOT being set to 8859 but US-ASCII

The offender is the Mozilla editor which obviously *always* sets the
US charset and provides no option to alter this except in the source
code. Lesson learnt! @*#%

You're very welcome! I'm glad to hear that you were able to resolve your
problem. Good job!

Thank you for posting back and letting us know what worked for you, and for
the benefit of other readers who might have a similar problem. :)

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
Replies are posted only to the newsgroup for the benefit or other readers.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top