This topic is locked

Back Button

3/18/2009 11:59:48 AM
PHPRunner General questions
author

Hi! Do we have a button that functions the same as the back arrow in the browser? If so, where could I find it?
Thanks!!

Sergey Kornilov admin 3/18/2009

Try this:
[codebox]<a href="java script:history.go(-1)">GO BACK</a>[/codebox]

500460 3/18/2009

Try this:

[codebox]<a href="java script:history.go(-1)">GO BACK</a>[/codebox]


Thanks so much!!

M
mmponline 3/26/2009

FYI:

I tried this code and it didnot work. Found that javascript should be one word. What a helpful piece of code!!!!

<a href="java script:history.go(-1)">GO BACK</a>


Enjoy!

M
mmponline 3/26/2009

FYI:

I see it changes to 2 words on saving this post, for obvious reasons, as it is a link. So just remember to make it one when using the code...
Enjoy!