popularanky
Posts: 53
|
| Posted: 06/27/2006, 1:39 AM |
|
i am using codecharge studio 2.1, i want to create a bug on my application that will make the application expire at a particular date. i hope one can help me with the code.
_________________
EKERE UBONG UBONG
IT Officer
CognitiveDrive |
 |
 |
marcwolf
Posts: 361
|
| Posted: 06/27/2006, 6:45 AM |
|
Hi There
Are you using a login screen or a default screen?
If you are then in that screen in the before show you can do this
if now() < cdate(expiredate) then
response.redirect "expiry_notification.html"
end if
The expity_notification will just inform the user that the application has expired.
Hope this helps
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
|