python - How do I mimic browser back arrow in my application page? -


request.path gives me the clicked URL I need a return link on the page that clicked, the referring page Should come back, like in case of browser's back arrow, I do not maintain any session and do not want to hardcod the referrer page url.

history.go (-1)


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -