Quote:
Originally Posted by eva2000
nice script you got there
seems what ever is generated when used on a web site generates a javascript error in IE 6.0.2800.1106
Code:
Error: 'threads[...].title' null or not an object
Code: 0
|
Ok, this bug is confirmed. Problem will be: There is no way using the Javascript to verify, whether there are as much threads in this forum or not, because this would require a database-query. What would be possible is making such a query before the script generates the code. If there that much threads -> go on. If not, get the number of threads and use this as a value for maximum-threads.
BUT: This would not help, if after the creation of the JS-code, there would be less threads (through deletion) than priorly confirmed in the forum. So... we need to find a way to eliminate the JS-error, rather than making a workaround in the PHP-file. I might have an idea, but will look into it tomorrow err - today, as it is already 01:46 a.m. here in Germany
Interesting: Mozilla doesn't have problems with the Javascript. Oh well... MSIE ... Nah, I don't say more