Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script type="text/javascript">
<!--
window.onkeypress=checkKeyPressed;
function checkKeyPressed() {
if (event.keyCode==13){
document.forms[0].submit();
}
}
//-->
<script>
<form action="test.php?1" method=post>
Name : <input><br>
Pwd : <input><br>
<input type=submit value="Submit">
</form>
<form action="test.php?2" method=post>
Name1 : <input><br>
Pwd1 : <input><br>
<input type=submit value="Submit1">
</form>