Link to the previous page
Solved
Anonymous user
-
jordane45 Posted messages 30426 Registration date Status Modérateur Last intervention -
jordane45 Posted messages 30426 Registration date Status Modérateur Last intervention -
Hello,
How can I make the browser reload the previous page when clicking on a link in an HTML page? It should be compatible with both Firefox and IE.
Thanks in advance!
--
aurelien50
How can I make the browser reload the previous page when clicking on a link in an HTML page? It should be compatible with both Firefox and IE.
Thanks in advance!
--
aurelien50
Configuration: Windows Vista Firefox 3.0 IE 8 Dreamweaver 8 flash, photoshop, and indesign CS3
1 réponse
Hello,
To create a link to the previous or next page, JavaScript must be used.
Previous page:
Next page:
Learn more -> http://webby.free.fr/trucs/javascript/dhtml_divers_suivante-precedente.html
Benvii
To create a link to the previous or next page, JavaScript must be used.
Previous page:
<a href="javascript:history.back()">link text</a>
Next page:
<a href="javascript:history.forward()">link text</a>
Learn more -> http://webby.free.fr/trucs/javascript/dhtml_divers_suivante-precedente.html
Benvii
--
aurelien50
aurelien50