|
There may also be a Javascript alternative to my server-side scripting suggestion, wherein the validator doesn't choke on the Javascript and invalidate your page. I am no expert on Javascript, but I have run into a few that work great, but don't validate.
The validator will see the Javascript and not just its results, and you are dependent on the user having Javascript available and enabled. Therefore, if possible, a server-side solution is preferred.
|