How can I pass form variables correctly to a CDONTS server object in the same document.
Can I assing two or more actions to one form? One action to add to database and another to send to an ASP file with the CDONTS object to send mail. If so what would be the correct syntax for the following code:
<form name="form1" method="POST" action="<%=MM_editAction%>">
Thanks.
Can I assing two or more actions to one form? One action to add to database and another to send to an ASP file with the CDONTS object to send mail. If so what would be the correct syntax for the following code:
<form name="form1" method="POST" action="<%=MM_editAction%>">
Thanks.