Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
var row = tables[13].rows; //this table contains the torrentslisting
tables[13].innerHTML = newCode; } } )(); |
|
|
Dang it. The last one should be newCode+='< /tr>'; without the space. |
|
|
Err, it should be newCode+='< tr>'; and newCode+='</ tr>'; without the spaces of course. |
|
|
This doesn't work with Firefox. Comparing this to your Empornium script, this one needs innerHTML instead of outerHTML and textContent instead of innerText. Also, it should be table[14] instead of table[13] as it's the fifteenth table in the array. Finally, newCode+=' |
|
|
I think you and me visit the same torrentsites... damn |