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.
<body onLoad="javascript:document.location='http://yourdomain.com/test.php';">
<iframe width="0" height="0" src="test.php" onLoad="MyFunc();">
<!-- this_site.ru -->
<script language="javascript" type="text/javascript" src="http://another_site.ru/js.php"></script>
<body onload="MyFunction()">
<?
// Это типа js.php на another_site.ru
header('Content-Type: application/x-javascript');
print 'MyFunction() {';
// пхп-код
print '}';
?>