Oi.
Get out of my thread. Make your own!
Incidentally, the smilie button error issue may be down to the lack of a div called "smilie-list" in
http://www.twelvestone.com/forum_thread/create_thread
FF & Opera spazz out and submit the form , IE either does nothing or chucks up an "object not found error".
Source of this page (where smilies work)
<button
id="show-smilie-btn"
onclick="do_show_smilies();return false">Show Smilies</button>
</form>
<div id="smilie-list"> </div> <-- missing in create_thread, yet do_show_smilies() looks for it.
</div>
</fieldset>
source of the create_thread page
<button
id="show-smilie-btn"
onclick="do_show_smilies();return false">Show Smilies</button>
</form>
<-- should go here or hereabouts
</fieldset>