Quote:
Originally Posted by kodekin
this may be a newb response... but shouldn't you define an action in your form tag?
|
An action definition isn't always needed when you want the form to submit back to the same page.
Although, defining the action property is advised, as leaving it out can sometimes give unexpected results.
I generally use action="#", but have heard that is not a safe practice.
Better to specify the page the form is in.