Hi, I'm working on a project which includes an iframe that can be scrolled both vertically and horizontally. The basic purpose is for the user to be able to create an image map - on each click, the image in the iframe refreshes itself with red dots on the click coordinates and lines connecting the dots.
This is working fine - however, my problem is that each time the iframe refreshes it goes back to the default starting position, whereas I would like it to refresh and load at the position where the user is working. Is there any way to "lock" the position of the page in the iframe based on where the user clicks or achieve something similar?
This is working fine - however, my problem is that each time the iframe refreshes it goes back to the default starting position, whereas I would like it to refresh and load at the position where the user is working. Is there any way to "lock" the position of the page in the iframe based on where the user clicks or achieve something similar?