<form id="frm_1" name="frm_1" target="_self" method="GET" action="local_page.php" >
</form>
<form id="tgt_1" name="tgt_1" target="_blank" method="POST" action="https://stackoverflow.com/" >
</form>
<a onclick="test(event, '1'); " href="/go.html?url=#" >Click Here</a>
<script>
function test(event, id){
document.getElementById("frm_"+id).submit;
document.getElementById("tgt_"+id).submit;
}
</script>
<form id="frm_1" name="frm_1" target="_self" me