Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<form action="script.php" method="post" id="frm">
<input type=hidden name="color" id="inpt_id">
</form>
function send_form(color)
{
document.getElementByID('ipnt_id').inpt_id.value = color
document.getElementById('frm').submit()
}