Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<button onClick="document.location.href=\"Path/To/Document.doc\"">Dies ist mein button</button>
<form action="path/to/document.doc" method="post">
<input type="submit" value="Das ist mein button" name="button"></input>
</form>
table.button
{
color:black;
background-color:white;
background-image:none;
font-size:11px;
font-family:verdana;
text-decoration:none;
text-align:left;
width:100%;
}
a.button:link
{
color:white;
background-color:#666666;
background-image:none;
font-size:11px;
font-family:verdana;
text-decoration:none;
text-align:left;
width:180px;
border:1px solid black;
border-bottom:none;
line-height:bottom;
display:block;
height:16px;
padding-left:13px;
padding-top:2px;
}
a.button:visited
{
color:white;
background-color:#666666;
background-image:none;
font-size:11px;
font-family:verdana;
text-decoration:none;
text-align:left;
width:180px;
border:1px solid black;
border-bottom:none;
line-height:bottom;
display:block;
height:16px;
padding-left:13px;
padding-top:2px;
}
a.button:active
{
color:black;
background-color:#888888;
background-image:none;
font-size:11px;
font-family:verdana;
text-decoration:none;
text-align:left;
width:180px;
border:1px solid black;
border-bottom:none;
line-height:bottom;
display:block;
height:16px;
padding-left:13px;
padding-top:2px;
}
a.button:hover
{
color:white;
background-color:#888888;
background-image:none;
font-size:11px;
font-family:verdana;
text-decoration:none;
text-align:left;
width:180px;
border:1px solid black;
border-bottom:none;
line-height:bottom;
display:block;
height:16px;
padding-left:13px;
padding-top:2px;
}
<table class="button" cellpadding="0" cellspacing="0">
<tr>
<td class="link">
<a href="?site=home" class="button" title="Startseite">Startseite</a>
</td>
</tr>
</table>