inherit
42228
0
Jul 19, 2009 20:49:58 GMT -8
g0alieb0y
-=BTC=-
1,172
May 2005
g0alieb0y
|
Post by g0alieb0y on Jun 26, 2005 17:14:16 GMT -8
snakeair said that he thought that there was an error in a code of mine. is this true?
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Jun 26, 2005 17:17:49 GMT -8
snakeair said that he thought that there was an error in a code of mine. is this true? I'm viewing his board in IE HeRe is what i see. Line: 938 Char: 119 Error: Expected ';' Code: 0 URL : gb0yxc.proboards41.com/index.cgiHope this helps in finding what's causing the error.
|
|
inherit
42228
0
Jul 19, 2009 20:49:58 GMT -8
g0alieb0y
-=BTC=-
1,172
May 2005
g0alieb0y
|
Post by g0alieb0y on Jun 26, 2005 17:23:23 GMT -8
ok? so Expected ';' is the error?
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Jun 26, 2005 17:30:07 GMT -8
ok? so Expected ';' is the error? I'm not sure. In the bottom left hand side or your browser your'll see a yellow icon. I doubled clicked on it and typed what i saw in my last post incase another member claims they didn't see a coding error. It has to be one of your codes that's causing the error. (but don't quote me on that, just be patient and let a coder sort it out)
|
|
inherit
42228
0
Jul 19, 2009 20:49:58 GMT -8
g0alieb0y
-=BTC=-
1,172
May 2005
g0alieb0y
|
Post by g0alieb0y on Jun 26, 2005 17:38:27 GMT -8
ok, but i dont know what you are talking about with the little yellow icon and stuff. it seems better
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 26, 2005 18:22:56 GMT -8
If you're using firefox then go to tools>>javascript console and it'll tell you what the problem is
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 28, 2005 1:38:26 GMT -8
<script language="JavaScript"> <!-- if(location.href.indexOf("action=register2") != -1) { alert('Thank you for joining gb0y XC! Please make sure to help adverise. Also please read the rules before posting!
~gb0y') } // --> </script>
There's your error. Use \n to move to a new line.
Do not use line breaks inside
javascript strings
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 28, 2005 8:17:06 GMT -8
<script language="JavaScript"> <!-- if(location.href.indexOf("action=register2") != -1) { alert('Thank you for joining gb0y XC! Please make sure to help adverise. Also please read the rules before posting!
~gb0y') } // --> </script>There's your error. Use \n to move to a new line. Do not use line breaks inside javascript strings Exactly, try this. <script language="JavaScript"> <!-- if(location.href.indexOf("action=register2") != -1) { alert('Thank you for joining gb0y XC! Please make sure to help adverise. Also please read the rules before posting!\n\n\n~gb0y') } // --> </script>
|
|