Re: Error Message Feedback

On Wednesday 17 May 2006 15:36, you wrote:
> I am struggling to get <form runat="server"> through the validator

There is no "runat" attribute in any version of HTML. As this is a directive 
processed at the server, you may wish to validate only the output of your ASP 
rather then the input (and if that is being outputted by your ASP, then it 
should be removed before serving to clients)

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
                     Home is where the ~/.bashrc is

Received on Thursday, 18 May 2006 06:33:38 UTC