let you have two pages, index1.html & index2.html. You are working in index.html and if you want to get in to index2.html then..
Have a button or image (let it be image.jpg) in a same location.. n use following code.
<a href="index2.html><img src="image.jpg"></a>