0

Switch between HTML5 states without page reload

Hi great team,

i have two HTML5 States with external URLs.
Between them are Timeout Events to switch the two pages in a loop every 6 seconds. That works fine, but every jump into the next HTML5 State forces the website to reload. Is it possible to disable the reload?

4 comments

  • 0
    Avatar
    Bright Scripters

    You could contain each HTML5 state in its own zone and show/hide the zone as needed.

  • 0
    Avatar
    itsme

    That's what I thought too. Do you have any tips on how I could approach this?

  • 0
    Avatar
    itsme

    I have found a solution

  • 0
    Avatar
    Lee DYDOMITE Dydo

    Yep, that's the way.

    Just know that if you have dynamic backend data, you'll either need a mechanism in the JavaScript on the external URLs to handle that, or you can do the hard reloads on the widgets that you had before at certain times.

Please sign in to leave a comment.