UNPKG

surveybuilder

Version:

Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.

11 lines 3.66 kB
function Gmaps(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" Gmap-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/GoogleMaps.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function RoboChat(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" RoboChat-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/RoboChat.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function eSign(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" eSign-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/eSignature.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function rec(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" rec-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/recorder.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function ThreeDIM(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" Threedim-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/3DImageModule.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function txtEditor(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" TxtEditor-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/TextEditor.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function mdEditor(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" mdEditor-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/Markdown-Editor.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function barChart(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" barChart-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/BarChart.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function scattChart(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" scattChart-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/ScatterPlot.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function Drawing(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" drawing-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/Drawing.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);} function Ads(){let x=document.createElement("DIV");let id=prompt("Enter ID");x.id=id;x.className="Apps";x.className+=" ads-app";let fRam=document.createElement("IFRAME");fRam.src="./Apps/appdata/CustomAds.html";fRam.width="837";fRam.height="520";x.appendChild(fRam);document.getElementById("Insert-Object").appendChild(x);}