Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
2 action attributes in a HTML form?
Name: donagins Date: January 9, 2006 at 14:34:23 Pacific OS: Win 2K CPU/Ram: 256
Comment:
Is it possible to have two action attributes in a form?
Something I tried was to make the page referenced in the action clause contain another form, but it won't load if I do. I think it is because the POST method is still in effect for the first form. Can I manually reset the method?
Summary: I have a HTML form and am using mailto in the action attribute. I do not just want to send the forms data (ex: name=joe) to the specified email(s), I want to have the view of the whole form with its d...
Summary: Assuming you're using apache, look in your server configuration file httpd.conf. Whatever you set your DocumentRoot as is where your php scripts should go. By default it should be your htdocs folder...
Summary: (I posted the question about there being any way to process forms without setting up a full Web server last January. See "CGI scripts without a full server?", #1335. I want to have locally run HTML fo...