Is there a way to tell if the data posted back from a form was from a non supported browser? i.e. from a plain text box?
If the post is from a non supported browser, I want to replace all the CrLf with a <br /> so that html can be saved to the database. Is this possible?
Perhaps the number of non supported browsers is so small, its not that important??
-Steve