Jump to content

dnakamashi

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by dnakamashi

  1. Why sometimes my page works fine and somtimes it doesn't work? It says that a variable is not defined. This variable is in another .js file that I import when I click on a button.

  2. I've created a table object this way: var tab = document.createElement("table")I tried to insert the tab object into a div this way: document.getElementById("divname").innerHTML = tabBut it doesn't work. Appear the following mesage in the Firefox: [object HTMLTableElement]

×
×
  • Create New...