View Single Post
  #10 (permalink)  
Old 09-08-09, 10:14 PM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
Quote:
Originally Posted by kodekin View Post
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.
__________________
Jerry Broughton
Reply With Quote