L
Louis
Hi all,
I am not a JavaScript programmer, but I need info. I used to open a certain
web page before, without errors, but
lately it gives me error:
Line 9 Char 73 Error excpected ';'.
The "offending" Page, when loaded, has the following "source code" (first
few line only) .. viewed from IE 6:
<html>
<head>
<title>
NeoDates.com -+- The best singles site around
</title>
<script language=javascript>
self.name = "singles";
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');
}
It seems to me whatever Interprets JavaScript on my comouter does not know
how to do the + pic bit in the offending line.
How do I debug this? Figure out what to do to get the correct java script
interpreter on my computer?
I use windows 2000 and IE 6 , all with the latest service packs and updates.
I installed dot net framework a few weeks ago .. could that be the cause?
does dot net
in any way take "over" the execution of client side java script when it is
installed?
Any I Ideas?
Louis
I am not a JavaScript programmer, but I need info. I used to open a certain
web page before, without errors, but
lately it gives me error:
Line 9 Char 73 Error excpected ';'.
The "offending" Page, when loaded, has the following "source code" (first
few line only) .. viewed from IE 6:
<html>
<head>
<title>
NeoDates.com -+- The best singles site around
</title>
<script language=javascript>
self.name = "singles";
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');
}
It seems to me whatever Interprets JavaScript on my comouter does not know
how to do the + pic bit in the offending line.
How do I debug this? Figure out what to do to get the correct java script
interpreter on my computer?
I use windows 2000 and IE 6 , all with the latest service packs and updates.
I installed dot net framework a few weeks ago .. could that be the cause?
does dot net
in any way take "over" the execution of client side java script when it is
installed?
Any I Ideas?
Louis