Forum Moderators: open

Message Too Old, No Replies

Help! Syntax error...

         

Admanuk2004

7:39 pm on Feb 15, 2004 (gmt 0)

10+ Year Member



Hi all,

I am having some problems with a syntax error. It was suggested in another Forum (HTML and Browsers) that I post my Javascript code here and see if I could get someone to have a look for me. I would be most grateful for some help in getting my javascript code, and then hopefully someone would be kind enough to have a look for me?
Thanks and regards,
Adam

Purple Martin

10:39 pm on Feb 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Please post the relevant bit of JavaScript that is causing the problem, and details of the error and which browser you're using.

dnimrodx

11:53 pm on Feb 15, 2004 (gmt 0)

10+ Year Member



I am having some problems with a syntax error. It was suggested in another Forum (HTML and Browsers) (...)

If you do not want to follow Purple Martin's suggestion you can alternatively include a link here to the forum on which you originally posted.

Admanuk2004

10:09 am on Feb 16, 2004 (gmt 0)

10+ Year Member



Hi, Got the source code...

I am using Internet Explorer 6
The error is in line 4, Character 1

Look forward to your verdict!
Thanks all,
Adam

<HTML><HEAD><TITLE> Mobile Phone Accessories @ Tightkit.com</TITLE></HEAD><BODY BGCOLOR="#ffffff" TEXT="#000080" LINK="#000080" VLINK="#0000ff" ALINK="#ff0000"> <META NAME="Keywords" CONTENT="cdbactag,mobile phone accessories, nokia phone covers, tax free shopping, phone accessories, mobile phone&#46; cases, car chargers, batteries, hands&#45;free car kits, tunes, logos, sims, ringtones, ring tones, logo, nokia, nokia accessories, housings, faceplates, face plates, in car hands free kits,">

Purple Martin

9:35 pm on Feb 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There is no JavaScript in the code you posted, it's all HTML. Therefore the code with the problem must be somewhere else. I'm guessing it's most likely in an external library file (a file with a .js extension). Look through the HTML until you find a script tag which has it's src attribute set to a file with a .js extension. Then post the code from that file here for us to look at.