40
40
savebutton.setAttribute("id", "save_button");
41
41
savebutton.setAttribute("type", "button");
42
42
savebutton.setAttribute("value", "Saved");
44
46
savebutton.setAttribute("onclick", "save_file()");
45
47
p.appendChild(savebutton);
46
48
var t = document.createTextNode(" ");