Hi,
I am using PHP4 with Mysql and IIS5.
I have 3 SELECT options on my page.
They are YEAR, MONTH and DAY.
YEAR contains options "Year"."2003",."2004"
MONTH contains options "Month", "January", "Febraury",..
DAY is empty and will be dynamically gerenated .
I want to implement a check to see if the user select the YEAR option first and then the MONTH option.
If he select the MONTH option first,OnChange event will trigger a check to see if the YEAR is not value "Year", if it contains value "Year" an error message will be printed. If it is not, the DAY values will be gererated.
Does anyone have any good advice on how to do this?
Thanks