473,387 Members | 1,545 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Javascript error :((

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,t op=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
Jul 20 '05 #1
10 2718
Evertjan?

"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
Louis wrote on 10 aug 2003 in comp.lang.javascript:
window.open(url,'image',config='width=1,height=1,t op=100,left=100,resiz
able= yes');


window.open(url,'image','width=1,height=1,top=100, left=100,resizable=
yes');
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 20 '05 #2
Evertjan?

"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
Louis wrote on 10 aug 2003 in comp.lang.javascript:
window.open(url,'image',config='width=1,height=1,t op=100,left=100,resiz
able= yes');


window.open(url,'image','width=1,height=1,top=100, left=100,resizable=
yes');
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Jul 20 '05 #3
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.

"Louis" <xx*****@ThePub.co.za> wrote in message
news:3f************@hades.is.co.za...
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,t op=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

Jul 20 '05 #4
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.

"Louis" <xx*****@ThePub.co.za> wrote in message
news:3f************@hades.is.co.za...
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,t op=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

Jul 20 '05 #5
Louis wrote on 10 aug 2003 in comp.lang.javascript:
"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
Louis wrote on 10 aug 2003 in comp.lang.javascript:
> window.open(url,'image',config='width=1,height=1,t op=100,left=100,re
> siz able= yes');
>
window.open(url,'image','width=1,height=1,top=100, left=100,resizable=
yes');

Evertjan?


[please do not underquote]

Loose the "config="
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 20 '05 #6
Louis wrote on 10 aug 2003 in comp.lang.javascript:
"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
Louis wrote on 10 aug 2003 in comp.lang.javascript:
> window.open(url,'image',config='width=1,height=1,t op=100,left=100,re
> siz able= yes');
>
window.open(url,'image','width=1,height=1,top=100, left=100,resizable=
yes');

Evertjan?


[please do not underquote]

Loose the "config="
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 20 '05 #7
DU
Evertjan. wrote:
Louis wrote on 10 aug 2003 in comp.lang.javascript:

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

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/doctorunc...e7Section.html
Jul 20 '05 #8
DU
Evertjan. wrote:
Louis wrote on 10 aug 2003 in comp.lang.javascript:

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

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/doctorunc...e7Section.html
Jul 20 '05 #9
"Louis" <xx*****@ThePub.co.za> writes:
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
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #10
"Louis" <xx*****@ThePub.co.za> writes:
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
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: chrisdude911 | last post by:
how do i add video into a javascript web page with my own custom buttons?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.