Wednesday, March 1, 2017

build the application

<!-- To build the page, follow these directions. -->

<div id="therecordgroup">add record group html here</div>
<div id="theupdatergroup">add updater html here</div>
<div id="thesortinggroup">add sorting group html here</div>

<style>
add record group styles here
add updater group styles here
add sorting group styles here
</style>

<script>
function sns(request) {

function setupthegroups() {add set up the group statements here}
if (request === "set up the groups") {setupthegroups()}

add functions calls here

add functions here

}
</script>

No comments:

Post a Comment