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.
<form method="post" action="123.cgi" target="framename">
<HTML><HEAD><TITLE>SIPS</TITLE></HEAD><FRAMESET ROWS="60%,40%" FRAMEBORDER="YES">
<FRAME SRC="somepage.htm" NAME=HAUT MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=AUTO>
<FRAME SRC="/images//VIDE.html" NAME="BAS" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="AUTO"></FRAMESET></HTML>
<html>
<head>
<script Language="JavaScript">
<!--
function postForm() {
document.forms[0].submit();
}
//-->
</head>
<body onLoad="postForm();">
Please Wait ..
<form action="/cgi-bin/cgi1" method="post">
<input type="hidden" name="VAR1" value="toto">
<input type="hidden" name="var2" value="tuiti">
</form>
</body>
</html>