XHTML Form Problem
Hi i am trying to validate my online shop and it does not like the below form:
<form action="index.asp?function=SEARCH" method="post"/>
<input type="text" name="search" size="14" value="Product Search"/>
<input name="submit" type="submit" value="Go"/>
<form/>
the error reads:
Error Line 66 column 10: required attribute "action" not specified.
<form/>
|