Developer forum

Forum » Templates » Previous page

Reply

Hi,

 

Is there a way to get the previous page URL?

 

I found in your documentation a DW tag for the Ecom:page <!--@Ecom:Page:Previous-->

 

is there a Dw previous page tag also?

 

Thanks.

 

/Kristoffer

 

 


Replies

 
Reply

How about using the history of the browser ... javascript:history.back(-1);

 

 

<a href="javascript:history.back(-1);">Back</a>

 
Reply
Dammark wrote:

How about using the history of the browser ... javascript:history.back(-1);

 

 

<a href="javascript:history.back(-1);">Back</a>

I could use that, but is there also a previous page back dw tag?

 

because we have a link in a embedded flash file, and I am using flashvars to add the distanition for my URL in the flash file, so if I put a dw tag insted of using javascript it would be best.

 
Reply

Hi Kristoffer

 

No, there is no generel back tag.

 

// Sebastian

 
Reply
Dammark wrote:

Hi Kristoffer

 

No, there is no generel back tag.

 

// Sebastian

ok, i will stick to javascript then...

 

thanks Sebastian.

 

 

 

You must be logged in to post in the forum