bill

msg:939634 | 1:31 pm on Nov 22, 2005 (gmt 0) |
Welcome to WebmasterWorld Ian_Swarbrick! What are you going back and forward to? I'm not familiar with the specific workings of DW, but it sounds like you just need to make the arrow images into links and then point the links to the pages you want.
|
Kevin French

msg:939635 | 1:34 pm on Nov 22, 2005 (gmt 0) |
Ian: Are you looking to go "back" and "forward" according to pages that the visitor has already seen (similar to the browsers back & forward buttons)? Or do you have a list of products (for example) that you want the user to be able to browse through with the back & forward buttons?
|
Jon_King

msg:939636 | 5:32 pm on Nov 24, 2005 (gmt 0) |
Back button code: <input type=button value="Back" onClick="history.go(-1)"> Forward button code: <input type=button value="Forward" onCLick="history.forward()">
|
|