..


Sponsored Links

And 'possible to simulate the "Next" button of your browser?

To do that use:

 



 <a href="javascript:history.forward()"> back </ a>

 
or
 



 <a href="javascript:history.go(1)"> back </ a>

 
Obviously the use of these codes requires that the user has previously visited pages and is "turned back" using the back button of your browser (or its simulation in JavaScript).

In the same category ...
E-Learning
CSS (Course) CSS (Course)
Web Design and Accessibility according to W3C CSS and XHTML. Starting from 29 €.
HTML (Course) HTML (Course)
The markup language for the Web from 29 €.
Javascript (Course) Javascript (Course)
Complete guide to client-side scripting. From 39 €.
Sponsored Links