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.
<input type="button" name="add2" value="New Location" onclick = "location.href='hello.html'">
<input type="button" name="add2" value="New Location" onclick = "document.location='hello.html'">
<style type="text/css">
a:link,
a:visited {
display: block;
float: left;
margin: 2px 5px 2px 5px;
padding: 2px;
width: 100px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid black;
border-left: 1px solid #cccccc;
border-right: 1px solid black;
background: #cccccc;
text-align: center;
text-decoration: none;
font: normal 10px Arial;
color: black;
}
a:hover { background: #eeeeee; }
a:active {
border-bottom: 1px solid #eeeeee;
border-top: 1px solid black;
border-right: 1px solid #eeeeee;
border-left: 1px solid black;
}
</style>
<a href="#">The Button Link</a>