Just a quick question (I have a guess, but want to be certain),
I just need a simple Yes/No answer as I can't find clarification anywhere.
The reason for my query is because of web pages designed for mobile phones, where javascript support is inconsistent across various mobile browsers. I am considering removing all javascript and wondering if there are any alternative solutions available.
(And before anyone scolds me, I am already implementing server-side validation by default. It would be more efficient to validate information immediately on the client side since entering text on a phone can be tedious. The webpage in question is utilizing asp.net 2.0 & c#, in case that has any impact.)