form wont submit
Moderator: General Moderators
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
form wont submit
http://po2upload.com/test.html anyone know why?
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
-
psychotomus
- Forum Contributor
- Posts: 487
- Joined: Fri Jul 11, 2003 1:59 am
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
-
nickvd
- DevNet Resident
- Posts: 1027
- Joined: Thu Mar 10, 2005 5:27 pm
- Location: Southern Ontario
- Contact:
I always thought it was action="#" for the same page...
Fix these problems and we'll see if the form still doesn't work...
Fix these problems and we'll see if the form still doesn't work...
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
This is a client-side issue, it is the client that submits the form and must decide where to. (So I'd guess # is for compatibility with older browsers, although I've been omitting the action attribute for years and it's been working fine on the major three browsers.)superdezign wrote: Most servers support action="".
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
And backwards compatibility becomes less and less of an issue as time passes.Mordred wrote:although I've been omitting the action attribute for years and it's been working fine on the major three browsers.
I thought the action was similar to links, as the server can interpret them as it's defined to...?