Hi,
In javascript we can use the feature:
to go back one page.
However, I need to pass some variables when I go backwards. At present, the variables are passed on via the ahref code like this:
Problem is, that
does not work and I need the equivlent of this to work.
Does anyone know how to do it please?
Thank you
James
In javascript we can use the feature:
Code:
history.go(-1)
However, I need to pass some variables when I go backwards. At present, the variables are passed on via the ahref code like this:
Code:
<a href="page.asp<% =variablestring %>">
Problem is, that
Code:
history.go(-1)<% =variablestring %>[/
Does anyone know how to do it please?
Thank you
James