JavaScript errors ...

L

Louis

A certain web page that I uses to access for a long time, now show up
errors, and doesn't load completely. That is, omn my home computer.
At work, it still loads fine.

I made sure I have the latest version of the "Windows Script 5.6 for Windows
2000 and XP", the same as at work.
But now I wonder: for I.E., is it possible that for that specific site, the
JavaScript is "executed" by the sun java jre ?
Can IE use different versions of jre's to execute the JavaScript? And maybe
somehow my home pC is using an incompatible
version of JavaScript interpretere now?
 
L

Louis

Louis said:
A certain web page that I uses to access for a long time, now show up
errors, and doesn't load completely. That is, omn my home computer.
At work, it still loads fine.

I made sure I have the latest version of the "Windows Script 5.6 for Windows
2000 and XP", the same as at work.
But now I wonder: for I.E., is it possible that for that specific site, the
JavaScript is "executed" by the sun java jre ?
Can IE use different versions of jre's to execute the JavaScript? And maybe
somehow my home pC is using an incompatible
version of JavaScript interpretere now?

In fact, the follwing raise and error at home, at the end of the second
line, expecting a ";" where the "+ pic;" is .. I guess that may be i diff in
the java compilers.

function openBig(pic){
var url = 'http://www.neodates.com/games/neomatch/flash/big.php?pic=' +
pic;

window.open(url,'image',config='width=1,height=1,top=100,left=100,resizable=
yes');
}
 

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