change image in page A by clicking a button in page B ?
I placed an image-1 in page A (main menu) and made it as a button. After click image-1, it navigates user to page B and do some actions. I want to change image-1 to image-2 once user finished action in page B when they go back to page A. So they can know they already visited page B.
I read some articles and I see many solutions can only fix this issues when they are all in the same page.
Please help me out.