History-Objekt


Inhaltsverzeichnis


zurück zum Index


Allgemeines

Verwendung der Methoden:

Verwendung der Methoden:
<html>
	<head>
		<title>
			
		</title>
		<script language="JavaScript">
		<!--BEGIN
			function zurueck()
			{
				document.write(history.back());
			}
			function vorwaerts()
			{
				document.write(history.forward());
			}
			document.write(history.length);
		//END-->
		</script>
	</head>
	<body>
		<input type="button" name=b1" value="zurueck" onClick="zurueck()">
		<input type="button" name=b2" value="vorwaerts" onClick="vorwaerts()">
	</body>
</html>


zurück zum Seitenanfang
zurück zum Index