Author Topic: Web development help needed  (Read 308 times)

so i'm developing this website http://69.64.43.11:33580

disregard the really stuffty latency

I'm getting this error on the index, and the playerlist isn't showing up

Uncaught TypeError: Cannot set property 'innerHTML' of null // line 47
xmlhttp.onreadystatechange // line 47

any ideas? i've named my divs and stuff and everything should work - hell, it did work before we changed servers.

the playerlist is functioning properly: http://69.64.43.11:33580/playerlist.tqs

edit - server is empty now. playerlist will look like it's not working, but it is.
« Last Edit: July 21, 2012, 03:45:28 PM by Lugnut »

Code: (From site) [Select]
if(links == 2) { document.getElementById("links").innerHTML=s+"google.com'><b>gay research"+e; setTimeout("linkgo()", 100);}
Fun.

that's supposed to flicker really quickly but the goddamned thing is too fast so no one ever sees it :(


oh no wait, logical error.

Anyway, it doesn't even look like there is supposed to be a player list there, atm.

Anyway, it doesn't even look like there is supposed to be a player list there, atm.
yeah, server's closedso the server sided scripts are not sending that bit of information to start the loop.

i just overrode that.

still having the problem though
« Last Edit: July 21, 2012, 04:01:55 PM by Lugnut »

for some ungodly reason, changing this
Code: [Select]
<div id='links' />
<div id="liveList" />
to this
Code: [Select]
<div id='links></div>
<div id="liveList"></div>

solved the problem. locking.