jidanni@jidanni.org wrote:
Gentlemen, I notice several places where the code makes <form action="..."> URIs where the result would just be the default URI anyway. Perhaps one could just get away with <form action=""> in those cases? http://www.thefutureoftheweb.com/blog/use-empty-form-action-submit-to-curren... http://www.google.com/search?q=HTML+form+action+empty http://www.carehart.org/blog/client/index.cfm/2007/1/2/form_self_post
I'm pretty certain that if you did this the form would reference index.php, which isn't what I'm going for in any of my forms, but might work for something I'm not thinking of? So I use the action URL thing to make certain that my action is the script I am really using.
-Courtney