Javascript error :((

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
 
L

Louis

I did not create the javascript or the page in question below. I can still
load that page on my work PC without ANY errors.
When I load it at home, it gives me an error.
 
D

DU

Evertjan. said:
Louis wrote on 10 aug 2003 in comp.lang.javascript:




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

He also needs to give normal, reasonable and meet minimal sizes for the
requested popup. Both NS and MSIE requires 100 but in practice it's
height=150 and width=105 for NS 7 and Mozilla-based browsers. Failing to
do so will involve the browser error's compensating mechanism which
slows down the execution and requires time, RAM, cpu from the user's
resources system.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunclear/Netscape7/Netscape7Section.html
 
L

Lasse Reichstein Nielsen

Louis said:
I did not create the javascript or the page in question below. I can still
load that page on my work PC without ANY errors.
When I load it at home, it gives me an error.

Please don't top pose (i.e, write comment on top and include untrimmed
quotes below).

Are you using a proxy at home?
/L
 

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

Members online

Forum statistics

Threads
474,079
Messages
2,570,573
Members
47,205
Latest member
ElwoodDurh

Latest Threads

Top