Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
window.onload = function(){
var TheBaseFrame = document.getElementsByTagName('base')[0].target;
}
<html>
<head>
<title>www.tutorials.de</title>
<meta name="author" content="Quaese">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<base target="ziel">
<script type="text/javascript">
<!--
window.onload = function(){
TheBaseFrame = document.getElementsByTagName("base")[0].target;
}
//-->
</script>
</head>
<body>
<input type="button" value="Bitte drücken!" onclick="alert(TheBaseFrame); return false;">
</body>
</html>
<html>
<head>
<title>www.tutorials.de</title>
<meta name="author" content="Quaese">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!--
window.onload = function(){
TheBaseFrame = document.getElementsByTagName("base")[0].target;
}
//-->
</script>
<base target="ziel">
</head>
<body>
<input type="button" value="Bitte drücken!" onclick="alert(TheBaseFrame); return false;">
</body>
</html>