Does anyone know if it is possible to post results to multiple asp pages.
For instance post from parameter page x to processing pages y and z.
for instance
<form action="WHEREASMBSMO.asp" method="post" name="eventform">
<form action="WHEREASMB14.asp" method="post" name="eventform">
all within a single asp page.
So I want whereasmbsmo.asp page to process the results from
the parameter page as well as whereasmb14.asp to process the results from the page.
any help would be appreciated.
thanks.
ejg
For instance post from parameter page x to processing pages y and z.
for instance
<form action="WHEREASMBSMO.asp" method="post" name="eventform">
<form action="WHEREASMB14.asp" method="post" name="eventform">
all within a single asp page.
So I want whereasmbsmo.asp page to process the results from
the parameter page as well as whereasmb14.asp to process the results from the page.
any help would be appreciated.
thanks.
ejg