in reply to submit to muliple actions

Your chosen solution smells fishy. What are you really trying to do?

Replies are listed 'Best First'.
Re^2: submit to muliple actions
by vit (Friar) on Feb 17, 2008 at 19:11 UTC
    Is it a good idea to use this kind of words...?
    Anyway, like I said I need to process one request in two script.

      Don't you want to take two actions on the same script? Or even more possible actions based on form conditionals.

        By actions I mean action in the form <form name="XXX" method="post" action="script1.cgi".... <input type=submit name=submit value="ZZZZ"> What I want is to pass submit request also to sript2.cgi if it's possible