Java errors

K

Kram

Hi

Win2000 SP4 / IE6.0.2800.1106

I seem to get random JavaScript errors on different sites and cannot believe
they are all badly coded sites.

It always seems to be char: 1 but line varies. the line with char 1 error is
always a blank line!

line: xyx
char: 1
error: Object expected

On same machine NS7 view same page and all ok.

XP machine with same IE6 also shows same errors

test url http://www.counterart.com/counter/index.html any of the Digit
Exhibits links causes the error.

Kram
 
F

Frank Saunders, MS-MVP IE/OE

Kram said:
Hi

Win2000 SP4 / IE6.0.2800.1106

I seem to get random JavaScript errors on different sites and cannot
believe they are all badly coded sites.

It always seems to be char: 1 but line varies. the line with char 1
error is always a blank line!

line: xyx
char: 1
error: Object expected

On same machine NS7 view same page and all ok.

XP machine with same IE6 also shows same errors

test url http://www.counterart.com/counter/index.html any of the Digit
Exhibits links causes the error.

Kram

Those are JavaScript errors, not Java errors.
The problem appears to be with the coding on the page.

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 
L

lucky

is anyone aware of known conflicts b/w the latest version
of java runtime environment and ie6
 
C

Charlie Tame

You may find these links of interest... not specifically to answer your
question but for general info as they do give some insight.

--
Replace Missing Java Virtual Machine

The Microsoft Version (Read the first link first)
http://www.merijn.org/cwschronicles.html#byteverify
http://n6hb.org/s-a/JAVA-ts.htm#ie_jvm
The Sun Microsystems version
http://www.java.com/en/download/windows_automatic.jsp
A utility to switch between them (if you install both)
http://pages.istar.ca/~neutron/SelectIEJVM/


Charlie
 
K

Kram

Frank Saunders said:
Those are JavaScript errors, not Java errors.
The problem appears to be with the coding on the page.

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/

Hi Frank

Subject said Java, message was quoted as javascript. (I know not the same!)

Anyway on this occasion it is the site but cannot believe all the sites that
have this issue are errors.

page contains print_tag1(); call but no function on the page call print_tag1
, looks like a remote piece of html that is called that contains the error.

I will read the other replies now.


Kram
 
F

Frank Saunders, MS-MVP IE/OE

Kram said:
Hi Frank

Subject said Java, message was quoted as javascript. (I know not the
same!)

Anyway on this occasion it is the site but cannot believe all the
sites that have this issue are errors.

page contains print_tag1(); call but no function on the page call
print_tag1 , looks like a remote piece of html that is called that
contains the error.

I will read the other replies now.


Kram

From http://www.fjsmjs.com/IE/scriptdb.htm

Go to Tools | Internet Options | Advanced.
Check the box to Disable script debugging.
Uncheck the box to Display a notification about every script error.

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

Sometimes there's a corrupt file in the cache and one must go to Tools |
Internet Options and click Delete Files.

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 

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

Similar Threads


Top