Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Created May 7, 2019 19:44
Show Gist options
  • Save GeoffMahugu/8024844d0dc0e2c09fd987d0cafa2946 to your computer and use it in GitHub Desktop.
Save GeoffMahugu/8024844d0dc0e2c09fd987d0cafa2946 to your computer and use it in GitHub Desktop.
function autoSubmit(){
 //alert("Auto submit from redirection.jsp");
 document.forms[0].submit();
 }
<body onload='autoSubmit()'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment