View Full Version : Back to previous page's script... Please
Edward
09-15-2004, 04:45 AM
Hello, first I want to thank to DD admin and Ivt for their previous help:
Now, I'm looking for a exact work done for the back button in the browser make, I found a lot of script, but with customized URL, my long web pages enforce users go across all the screen going to the back button, I would want to put a link in the foot page in order to make this job. :rolleyes:
Can you help me please?
Thanks
God bless
simonf
09-15-2004, 11:04 AM
Hi Edward
Just a word of advise on pages where the user has to scroll a lot, you tend to loose the user in the page as it get more and more complex to read (it's a mind thing) you might like to choose an option to keep a certain amount of text on one page and provide a "more' option so they can go to the next page etc. This way the page is read-through and keeps their interest.
the code for previos back is: "onclick=history.back()"
Edward
09-15-2004, 03:22 PM
Hi Edward
Just a word of advise on pages where the user has to scroll a lot, you tend to loose the user in the page as it get more and more complex to read (it's a mind thing) you might like to choose an option to keep a certain amount of text on one page and provide a "more' option so they can go to the next page etc. This way the page is read-through and keeps their interest.
the code for previos back is: "onclick=history.back()"
Really I estimate very much this good advice that you have given me ... I will put it in practice at this moment.
I am grateful for it to you very much.
God bless :)
cr3ative
09-15-2004, 04:44 PM
Or you can use this (they're both as good as eathother):
"onclick=history.go(-1)" to go back or "onclick=history.go(1)" to go forward (if need be)
cr3ative
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.