Prevent iframe refresh

Hi all, I’m displaying HTML/CSS in an HTML element being displayed as an iframe. The HTML/CSS contains dynamic expression linked to various inputs that the end user manipulates. The iframe is showing a document and users change input fields to change the content, font, size, etc. of sections of the document.

When a user changes a value that is referenced in the CSS/HTML, the iframe is refreshed. If the user was on page 4 of the document, the document now appears on page 1 and the user has to scroll down to view the changes.

Is there any way to prevent the iframe from being reset?

This topic was automatically closed after 70 days. New replies are no longer allowed.