| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
access code
how to write code for;
in a column if the year is <2005 (say,2003 or 2002) the message should pop "not updated" or even a text box popup thank you raj |
|
#2
|
|||
|
|||
|
Using javascript:
var year; ......................... ......................... if (year << 2005) { alert("not updated"); } |
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > access code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|