set_previousPageUrl()
Sets the previous page URL.
Example-Submit Button Set Previous URL
tpc.forms[0].TpcSubmitButton.set_previousPageUrl();
get_previousPageUrl()
Returns the previous page URL.
Example-Submit Button Fetch Previous URL
tpc.forms[0].TpcSubmitButton.get_previousPageUrl();