Helpful Information
 
 
Category: General Coding
Back to previous page's script... Please

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

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()"

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 :)

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










privacy (GDPR)