vendredi 4 décembre 2020

Why HTML Button Not Working for two actions?

I have a pure HTML page hosted on the server. I want to do two actions when a button pressed. I setup a button like below.

<form method="get" action="$authaction" ></form>
<form method="get" action="http://192.168.1.7/:8090/example.doc">
<input type="hidden" name="tok" value="$tok">
<input type="hidden" name="redir" value="$redir">
<input type="submit" value="Continue">
</form>
</form>

But it is not working. If I put any one action it is working fine. But with both its not working. how can id do it with pure HTML




Aucun commentaire:

Enregistrer un commentaire