Going back to some URL

I have Standard Pages with Paint Layout that adds some links.


So on "Page A" I have links that look like:

    Add file

After successfully adding a file I want to return to URL of "Page A".



In my old solution I added "javascript:history.go(-2)" on Created screen, but it isn't a good solution (on builder problems).

Could you just link back to Page A's asset id?

<a href="[asset_builder_link]?src=%globals_asset_assetid%">Add file</a>
In the created page, link is <a href="%globals_get_src^as_asset:asset_url%">Back</a>

Nic - You were right, I just didn't know how to do it.
Robin - Your solution works like a charm, thanks!

[quote]
Nic - You were right, I just didn't know how to do it.

Robin - Your solution works like a charm, thanks!

[/quote]



If you need to link back to a specific asset url just use:


    %globals_asset_url:1234%
    // 1234 is the asset id