<input type=\"submit\" name=\"$editID\" class=\"button\" id=\"submit_btn\" value=\"Save\" onclick=\"document.form.getElementById('hiddenObject').value=this.value\"/>
For what I'm trying to do I need to retain the name of this button to correctly interact with the database later on.
Opera + FF are fine with this line but IE shits it's self every time I try to execute it with the error:
object doesn't support this property or method
Probably a simple fix but google got me no where. Any ideas?