DHTML using innerHTML and button not working
Posted by
scqqbydew
on Mon, 06/18/2007 - 23:08SFX Technical Issues
We have some simple code in DHTML.
Certain triggers in an HTML page create a dymanic button element. Using
<span id="xx"></span>
If a given result is ... we do a xx.innerHTML='<input type="button" ...... onCLick="goHere(this.form)".>';
But the button doesn't do ANYTHING in Firefox, works perfectly in I, <COUGH> E.
The form itself is static. With method="post" name="whatever" ...
We cannot be the only ones having this problem? We get no errors, just a blank stare. You know the type.
Cheers
Robert








