joh6nn
09-07-2002, 08:05 AM
it hurts how simple this is.
<form name="SSI" onsubmit="return false;">
<input type="hidden" value="<!--#flastmod file="test.shtml" -->">
</form>
you end up with the document.SSI object. god only knows why i didn't think of this a few days ago when people were asking.
<form name="SSI" onsubmit="return false;">
<input type="hidden" value="<!--#flastmod file="test.shtml" -->">
</form>
you end up with the document.SSI object. god only knows why i didn't think of this a few days ago when people were asking.