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.
echo "<a style=\"text-decoration:none; color: navy; \" href=\"javascript:OpenClose('search_results55.php');\">";
function OpenClose(url)
{
window.open(url, "someone", "width=400, height=400");
window.close();
}