Click to See Complete Forum and Search --> : Impact of using ASP with text only browsers and disability aware browsers


learninghtml
12-08-2003, 03:10 AM
Hi,
Is there any impact in using ASP (or ASP.NET) with text only browsers or browsers equipped for use by those with disabilities?

I know that ASP basically generates HTML page code as it's output, but would it make a difference?

Thanks

ray326
12-08-2003, 09:49 AM
It will have no effect as long as YOU maintain control of the generated output and make sure it is correct, structural markup.

PeOfEo
12-08-2003, 11:16 PM
Yes, make sure the code you generate is valid html. Sometimes this is not possible due to things the server puts in
(I.E. view the validation on my clan's site) But those two errors will not affect the accessability (the fact that I am using an iframe and my secondary pages are not valid will, but I will get around to redoing them the right way one of these days). Basically the scripts get executed server side and you control their reasults so just make sure they result in code that is valid.