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.
<html>
<head>
<script language="javascript">
function sendtomyurl(where)
{
window.location=where;
}
</script>
</head>
<body>
<a href="#" onclick="sendtomyurl('[URL unfurl="true"]http://www.google.com')">Link[/URL] 1</a><br>
<a href="#" onclick="sendtomyurl('[URL unfurl="true"]http://www.hotmail.com')">Link[/URL] 2</a>
</body>
</html>
You have the disadvantage that if the client has disabled javascript that it will not work but that would be true even if you were trying to block info on the status bar.