AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

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.

AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

change image in page A by clicking a button in page B ?

Can someone help me here?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

change image in page A by clicking a button in page B ?

Hi -

In general this needs a custom JavaScript code, and you are in right direction: https://getsatisfaction.com/apperyio/...

avf
Posts: 0
Joined: Fri Sep 26, 2014 11:23 am

change image in page A by clicking a button in page B ?

You need to use session or local storage. On page B you will be able to use the editor to save the local storage variable value, but on page A you'd need a custom js "if" statement.

AC
Posts: 0
Joined: Wed Oct 08, 2014 8:53 pm

change image in page A by clicking a button in page B ?

Problem solved, need to clear storage before load

Return to “Issues”