I have a screen that lists my products. To register a new product, I open another screen to insert the data and so make the registration, on this same screen I have a back button, in it I have the code onClick="history.back()"
, however when it returns to the list of products, that product that I finished not list, only list when I do a new search.
Do you have any way to go back and refresh the list? Something like, history.back() + location.reload()
.