Good morning, I have a html with several tabs, when I do some procedure, I need to refresh the page, when I come back from the upload, I need to go back to the tab where I left.
I added some anchors, like id of my tabs:
<div id="aba1"></div>
Now I would need to go along with the javascript reload of my anchor.
I'm using location.reload()
so far, can I use it for this?
How can I do it?