Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<head>
<script type="text/javascript">
var wd; //window
function OpenWin() {
wd = window.open("", "", "width=200,height=400,top=100,left=100");
wd.document.write('<a href="javascript:window.close();">Sluit dit venster</a>');
wd.resizeTo(400,200);
wd.moveBy(250,250);
wd.document.title="Mijn titel";
wd.focus();
}
</script>
</head>
<body>
<a href="javascript:OpenWin()">Open een nieuw venster</a>
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
..... (dan de rest) .....
<style type="text/css">
body { background-image: url(../afbeeldingen/achtergrond_muzieknoten.jpg); }
table { width: 80%; margin: 20px auto; font-size: 24px; color: white; background-color: rgb(74, 122, 180); text-align: left; border-spacing: 0; border-collapse: collapse; border-top: 1px solid white; border-left: 1px solid white; }
tr { width: 100%; }
th, td { padding: 15px; text-align: left; border-right: 1px solid white; border-bottom: 1px solid white; }
table a { color: yellow; }
table a:hover { color: white; }
</style>
</head>
<body>
<table summary="informatie">
<tbody>
<tr>
<th>Adresgegevens</th>
<th>Adresgegevens</th>
<th>Adresgegevens</th>
</tr>
<tr>
<td>Naam<br>Adres<br><a href="foto-pagina.htm">Postcode Plaats</a></td>
<td>Naam<br>Adres<br><a href="foto-pagina.htm">Postcode Plaats</a></td>
<td>Naam<br>Adres<br><a href="foto-pagina.htm">Postcode Plaats</a></td>
</tr>
<tr>
<td>Naam<br>Adres<br><a href="foto-pagina.htm">Postcode Plaats</a></td>
<td>Naam<br>Adres<br><a href="foto-pagina.htm">Postcode Plaats</a></td>
<td>Naam<br>Adres<br><a href="foto-pagina.htm">Postcode Plaats</a></td>
</tr>
</tbody>
</table>
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.