I have form/select which executes a function using onchange. No
problem. However, when I validate the page with a strict HTML 4.01
doctype at http://validator.w3.org, it demands either an action or a
method for the form?.
If I give it an empty action <form action="" ..... it validates OK. Is
this acceptable or is there a better/standards correct way?
Thanks.
problem. However, when I validate the page with a strict HTML 4.01
doctype at http://validator.w3.org, it demands either an action or a
method for the form?.
If I give it an empty action <form action="" ..... it validates OK. Is
this acceptable or is there a better/standards correct way?
Thanks.
Comment