Hi there,
Just wondering if there is any way to check if the value of a select box drop-down matches the original value at the time of page load (when the value was set using 'selected = "yes"') ?
I guess I could use PHP to create the original values as javascript variables and check against them, but there are a few select boxes and i'm trying to keep the code as concise as possible!
Sorry to be difficult...
Stu