Click to See Complete Forum and Search --> : date modified


PeterKay1
03-10-2003, 06:40 AM
hey

does anybody know if there is any way of finding the date that websites were modified??

thanx

Nicodemas
03-10-2003, 06:45 AM
Some servers support the javascript:

document.lastModified

Test by coding:


<script>
document.writeln(document.lastModified);
</script>

PeterKay1
03-10-2003, 06:54 AM
is there any way that i can find out the date modified of other websites without loading them in a window??

thanx for your time