hanskottke
Neues Mitglied
gelöscht... Problem gelöst...
Zuletzt bearbeitet:
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.
<title>Button Bar</title>
<BODY BGCOLOR="antiquewhite">
<form name="buttonbar">
<center>
<script>
// state 1 MEDHST-Buttonleiste, state 2 HOMEPAGE-Buttonleiste
document.write('<input type="button" name="loch" value="...Zeitloch" onClick="; parent.frames[1].frames[0].location=\'main.htm\'; history.go(0)">')
document.write('<input type="button" name="stichwort" value=" Suchen " onClick="parent.frames[1].frames[0].location=\'inhalt.htm\'; history.go(0)">')
document.write('<input type="button" name="quellen" value=" Quellen " onClick="; parent.frames[1].frames[0].location=\'quellen.htm\'; history.go(0)">')
document.write('<input type="button" name="about" value=" About " onClick="; parent.frames[1].frames[0].location=\'habout.htm\'; history.go(0)">')
document.write('<input type="button" name="chroniktotal" value="...Chronik " onClick="; parent.frames[1].frames[1].location=\'nfenster.htm\'; history.go(0)">')
document.write('<input type="button" name="home" value="Homepage" onClick="; parent.frames[1].frames[1].location=\'home.htm\'; history.go(0)">')
</SCRIPT>
</form>
</BODY>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="de">
<head>
<title>Button Bar
</title>
</head>
<body style="background-color: antiquewhite;">
<form name="buttonbar">
<input type="button" name="loch" value="...Zeitloch" onClick="parent.frames[1].frames[0].location=\'main.htm\';"></form>
</body>
</html>