hi this is my coding for submit and reset button ... but the reset button seems not working ...is it related to the value?.......or the return thing ? thanks for the help..
<input type="submit" value="Submit" /> <input type="button" value="Reset" onclick="valid.reset(); return false" />