Link to the previous page

Solved
Anonymous user -  
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
Configuration: Windows Vista Firefox 3.0 IE 8 Dreamweaver 8 flash, photoshop, and indesign CS3

1 réponse

benvii Posted messages 311 Status Membre 137
 
Hello,
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
20
Anonymous user
 
thank you
--
aurelien50
0
Anonymous user > Anonymous user
 
--
aurelien50
0