history.back - Zurück mit Button
Zurück
Quellcode
<html>
<head>
<style type="text/css">Kein Eintrag</style>
</head>
<body>
<button onclick="goBack()">Zurück</button>
<script>
function goBack() {
window.history.back();}
</script>
</body>
</html>