javascript - .innerHTML not working -


i have stupid problem. change content of table cell. code:

        var x = ajax('...');      alert(x);     alert(document.getelementbyid(tdid).innerhtml);      document.getelementbyid(tdid).innerhtml = x; 

"x" has right content => ajax working , second alert(...) gives right (actual) content. when write x in cell, nothing happens. no error, nothing...

i checked similar problems here, without success.

i have realy no idea, can test further understand problem. have idea? lot help!

i've got solution!!!

this stupid: changed content of td clicking on td... new content has button click again... now, firefox starts beginning on , shows "second" content again...

thats hard! :-)

however, realy thank very help! sorry wasting time! :(


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -