FYI:
If one is to insert
an HTML comment at the end of a document and save it, the rendered document is
completely garbled.
e.g.
<input
type="text" name="title" value="page name"
size="18"/>
<input
type="button" value="Create this Space" onclick='if
(updateName(this.form.title,this.form.name)){ action="../../inline/" +
this.form.webname.value + "/" + this.form.name.value; this.form.submit(); }'
/>
</form>
</div>
<!-- This is the end of
the document -->
jld.