Currently Being Moderated
Mar 16, 2008 3:58 PM
I am wondering is there a way to activate 2 actions at once
when the submit button is pressed?
I have a form that I have set up to send info to a database
which is activated by this "<%=MM_editActions%>"
but I also have another script in another asp page named
"RegFormMailer.asp" that sends the form owner an email.
But I only know how to do one or the other.
Can I put TWO actions in the action field in dreamweavers
property panel?
Something like "<%=MM_editActions%>" +
"RegFormMailer.asp"?
Thank you, I am VERY new to dynamic site/and scripting. Just
used to static sites.