I was wondering if I could bend someone's digital ears on a subject that's bothering me right now.
I'm putting together a technical demo which contains all the most advanced PHP/MySQL/Javascript/CSS that I know, for my portfolio and I've reached a bit of a conundrum. I basically need the selection of a select list to change the name of another select list, and obviously, Javascript/DOM is the only way to go about this. For backwards-compatibility/accommodating technophobes, I obviously need to make this facility available universally (although it's meant to be housed on an intranet) - do i:
1. put up a 'you need javascript' warning
2. put up a 'because of your lack of javascript, you will need to make sure the following things are changed manually
3. none of the above
I'm just wondering what people would do in this instance as it's not something that can be easily accommodated without Javascript. I appreciate your input.

I'm putting together a technical demo which contains all the most advanced PHP/MySQL/Javascript/CSS that I know, for my portfolio and I've reached a bit of a conundrum. I basically need the selection of a select list to change the name of another select list, and obviously, Javascript/DOM is the only way to go about this. For backwards-compatibility/accommodating technophobes, I obviously need to make this facility available universally (although it's meant to be housed on an intranet) - do i:
1. put up a 'you need javascript' warning
2. put up a 'because of your lack of javascript, you will need to make sure the following things are changed manually
3. none of the above
I'm just wondering what people would do in this instance as it's not something that can be easily accommodated without Javascript. I appreciate your input.
