Click to See Complete Forum and Search --> : Doc1 Date.Modified in Doc2


Chris Morton
03-04-2003, 11:54 AM
Consider this code snippet:

var lastModL = doc1.lastModified
var lastModS = lastModL.substring(10,0)

function lastmod()
{
doc2.write(lastModS)
}

How can I get the date doc1 was last modified to automatically update a field in doc2?

Thanks

:confused:

Charles
03-04-2003, 02:21 PM
That has to be done server side. Ask your server folks if SSI or some scripting language is available.