HTML DOM go() Method
Complete History Object Reference
Definition and Usage
The go() method loads a specific page in the history list.
Syntax
Example
The following example loads the previous page in the history list:
<html>
<head>
<script type="text/javascript">
function goBack()
{
window.history.go(-1)
}
</script>
</head>
<body>
<input type="button" value="Back" onclick="goBack()" />
</body>
</html>
|
Complete History Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|