Problem:- Redirecting to a Different Location Via Posted Form
Solution:-
<!DOCTYPE html> <html> <head> <title></title> </head> <body onload="document.getElementById('redirectForm').submit();"> <form id="redirectForm" method="POST" action="https://hindialerts.com/"> <input type="hidden" name="status" value="Complete"> <input type="hidden" name="id" value="0u812"> <input type="submit" value="CLick Here to Continue"> </form> </body> </html>
Leave a Reply