Steveo31
January 19th, 2004, 09:07 PM
Hey all-
I have seen a few sites that use this method as opposed to a straight up "mailto:_____" in the action of the form method:
<FORM METHOD="post" ACTION="mailto:you@email.com" ENCTYPE="text/plain">
Instead, I have seen this way:
<form action="invoicesub.asp" method="POST" name="register" align="center">
I assume in the above example, they send the info in the form to the "invoicesub.asp" which then emails it, correct? Would one of you be kind enoughto send a link or a sample with commentary? I have searched, but haven't found anything.
I don't know much ASP, or any for that matter, I know some PHP, and a bit of HTML. Thanks all.
-Steve
I have seen a few sites that use this method as opposed to a straight up "mailto:_____" in the action of the form method:
<FORM METHOD="post" ACTION="mailto:you@email.com" ENCTYPE="text/plain">
Instead, I have seen this way:
<form action="invoicesub.asp" method="POST" name="register" align="center">
I assume in the above example, they send the info in the form to the "invoicesub.asp" which then emails it, correct? Would one of you be kind enoughto send a link or a sample with commentary? I have searched, but haven't found anything.
I don't know much ASP, or any for that matter, I know some PHP, and a bit of HTML. Thanks all.
-Steve