0
why its not working? it says cannot set elements (innerHTML) of null
3 ответов
+ 7
One way could be by using document.write() or else by creating a div with an id and then in the js accessing it and writing within it by innerHTML.
0
solved the problem.. with (window.onload) hooker....check out the code now