this is my first tutorial, i hope people will like it.
it's basically a way to find out how old the content in a specific website is, it works with javascript.This is a very short tutorial, because it's very simple.
You just type the javascript in the adressbar:
java script:alert(document.lastModified) en press enter. you will get:
ofcourse, you can put it on your webpage too, but i myself don't like prompts too much.
i hope you will find this tutorial useful, and would like all kinds of comments. Even the negative responses, but please, be subtile, and don't slap me with a wet fish, (you know what i mean, Nils,sorry about that
btw: the prompt i used was Google's last modified.
CODE
javascript:alert(document.lastModified)


