I get that error :
Uncaught TypeError: Cannot set property ‘onclick’ of null
initJavaScript
File:
http://www.radiomrs.pl/wp-content/plugins/pierres-wordspew/ajax_shout.js
91 line
Why it’s something like that?
On site http://radiomrs.pl shoutbox work nice.
You should trust your browser… 😉
Go to line 91 of ajax_shout.js and you’ll find:
document.getElementById(‘submitchat’) is null, that is there’s no such element in your DOM, or the element has not been loaded yet when the script tries to access it.