[Pro] Missing action?

Well, missing to me! Is there a Freeway action which with a click will take you to the previous page? (Equivalent to the browser back arrow).
With thanks,
Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Paul, Not that I know of but you could use javascript.

In Hyperlink ‘cmd K’ add

javascript:history.go(-1)

add jQuery to if you haven’t already.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>

Matt


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Matt. I might make do with the browser arrow!! Cheers,
Paul


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

jQuery isn’t needed to use JavaScript. jQuery is written in JavaScript.

And adding jQuery will break your page for any of the built-in Freeway Actions, as well as my Scripty Actions. Just saying…

Walter

On May 7, 2015, at 1:45 AM, Matt email@hidden wrote:

Hi Paul, Not that I know of but you could use javascript.

In Hyperlink ‘cmd K’ add

javascript:history.go(-1)

add jQuery to if you haven’t already.

Matt


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt, Thanks for letting us know. Still learning!

Matt


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options