Yeah I know that it can be done using JavaScript, but how exacly should this script look like? Anyone???
Now I'm working on another version using an IF statement in the asp script something like:
Code:
Date = Request.Form("Date")
If Date <= Date() Then
rs("Confirmed") = true
Else
rs("Confirmed") = false
End If
However it is not working right

any ideas?