WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Welcome to the WebAIM Discussion List

for

From: Austin, Darrel
Date: Jan 13, 2005 12:59PM


jdrew wrote:
> I am in need of a web based validator for ASP websites. Does anyone
> know of such a thing? There are plenty for HTML, but not for ASP.

There's no such thing. ASP is process on the server before it is sent, so
it's impossible to do this via a web-based tool.

What you need to worry about is the HTML that the ASP code spits out.

As for writing valid ASP, your server will tell you if it's not (with plenty
of errors... ;o)

-Darrel