I have the weird problem that people using Firefox can post comments, but people using Internet Explorer can not
do you have any idea what is wrong?
I have the weird problem that people using Firefox can post comments, but people using Internet Explorer can not
do you have any idea what is wrong?
<button id="submit" tabindex="5">Submit Comment</button>
change that to this, and see if it helps:
<input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
it works, thanks! don't understand why they havent put the code in there like that from the very beginning?
This topic has been closed to new replies.