What is the right action url for a back button ? with php urls !

Started by vinzbomb, February 18, 2012, 03:32:02 PM

Previous topic - Next topic

vinzbomb

hi,

as always i got stupid questions, for all the pro's here on smf, anyways !!! ;D

i created a button, and need the button goes back to last visited page, and so on.

What is the correct url i got to use because i cannot find any example on the forum because there is no back buttons

thanks everybody !!!! ;)

Antechinus

The reason you don't see that on any forum is because it's something the browser already handles. Why would you need anything else?

青山 素子

If you really need an in-page UI element to do the same as the browser's back button feature, you want to run the Javascript "history.go(-1)". That, or rely on the fact that almost everyone knows how to go back a page using their browser's functionality.
Motoko-chan
Director, Simple Machines

Note: Unless otherwise stated, my posts are not representative of any official position or opinion of Simple Machines.


vinzbomb

Quote from: 青山 素子 on February 18, 2012, 04:48:40 PM
If you really need an in-page UI element to do the same as the browser's back button feature, you want to run the Javascript "history.go(-1)". That, or rely on the fact that almost everyone knows how to go back a page using their browser's functionality.

yes you make a point !!!

thanks

Advertisement: