|
What's a required attribute? It's not part of any current HTML specification that I know of.
Also, either change the doctype or get rid of the large amounts of deprecated tags and attributes
having said that, the problem is going to be in the receiving php script.
Forms can only send data to the URL specified in the action attribute. There is no mechanism in a HTTP GET or POST to decide whether the submitted data is valid or not and redirect accordingly.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|