Javascript Objects JavaScript DHTML

 
 
history.go() Method 
 
function doGoNum(form) { 
    window.history.go(parseInt(form.histNum.value)); 

function doGoTxt(form) { 
    window.history.go(form.histWord.value); 

 
 
 
 
Calling the history.go() method: 
 
Enter a number:
 
 

Enter a word in a title: