javascript:d=new%20Date();window.open('http://google.com/search?q='+d.getFullYear()+'-'+(d.getMonth()+1)+'-'+d.getDate(),'date');
javascript:d=new%20Date();window.open('http://boingboing.net/'+d.getFullYear()+'/'+(d.getMonth()<9>
9>
javascript:d=new%20Date();location='http://google.com/search?q=Date('+d.getFullYear()+','+(d.getMonth()+1)+','+d.getDate()+')&otherargs=here';
<html>
<title>Redirector</title>
<script type="text/javascript">
function load() {
d=new Date();
location='http://google.com/search?q=Date('+d.getFullYear()+','+(d.getMonth()+1)+','+d.getDate()+')&otherargs=here';
}
</script>
<body onload="load()">
... redirecting
</body>
</html>
You are not logged in, either login or create an account to post comments
One other idea is a javascript/PHP/some-other-technology redirect based on the current date.
posted by niles at 2:06 PM on January 28