document.body.appendChild(this.ui);
}
this.form = document.createElement("form");
+ this.form.setAttribute("onsubmit", "nt3d.go(); return false");
this.ui.appendChild(this.form);
var table = document.createElement("table");
this.form.appendChild(table);