Bed Board
EWD Fileman
Inquire into File Entries
var x = function() {
apps = = #appsjson ?>;
var fs = document.getElementById("fs");
for (app in apps)
{
var input = document.createElement("input");
input.setAttribute('id',apps[app]);
input.setAttribute('type','button');
input.setAttribute('value',apps[app]);
fs.appendChild(input);
};
}();