|
I am attempting to use onClick in a Form button to return to a previous URL.
The previous URL is "grabbed" using:
Session ("PageURL")=Request.ServerVariables("SCRIPT_NAME")+"?"+ Request.QueryString;
and then on the form:
<input type="button" value="PLEASE CONTINUE SHOPPING" onclick= "location.href='<%=Session("PageURL")%>'">
but it does not work - I think the syntax may be wrong?
Help please
|
|
|
|
|
|
|
// |