javascript - Code won't work properly in Firefox or IE -
javascript - Code won't work properly in Firefox or IE -
here supposed happen:
the moment user chooses alternative combination of input fields should show along 2 tables.
when user fills in input fields , clicks button, results should appear in tables.
those tables aren't showing up. input fields don't show in js fiddle.
it works in newest versions of firefox, chrome, safari , ie.
not in firefox 6.0 or ie 9.08.
i made error of coding exclusively in chrome @ home find code doesn't work when tried go on working @ school.
i used jsfiddle.net validate code , did successfully. although still won't work. doesn't show within jsfiddle.
here fiddle demo code:
http://jsfiddle.net/q2nz5/5/
the outputtable method contains line caption.align = "middle", cannot executed in ie , apparently in ff well. replace caption.style.textalign = "middle"; , prepare problem.
the same mcaption.
but best can here define styles in css.
javascript internet-explorer firefox google-chrome jsfiddle
Comments
Post a Comment