![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Date Expiry of Page using Javascript ?
From: alu <none@none.com>
Date: Fri Jul 29 2005 - 16:58:38 CEST
<ianv2@aol.com> wrote in message
________________________________
quickly modified from Don Demrow's script at
<body>
<script type="text/javascript">
// Set the expiry date below
var expireYear = expireDate.substring(0,4)
if (GMTdate > expireDate) {location.href = "index.html"}
</script>
still questionnaireform.html
</body>
________________________________
-alu
|