Thursday, February 23, 2017

good

It would be good, however, if what's on the screen were not changed but replaced.

function puttheseelementsonthescreen(theelementlisting) {

/*window.document.body.innerHTML = process(theelementlisting)*/
window.document.body.innerHTML = theelementlisting


}


Here's what's weird now: you're looking at a page and thinking about what the next page should look like.