Hi,
Is it possible to some how only refresh a single html region, without it refreshing the whole page?
I implemented the below code into the html region, but it refreshes the whole page, even thought it is in an html region, this affects my videos playing on the same page, as you can imagine they reload every 25 seconds:
<BR> <img align="centre" src="#WORKSPACE_IMAGES#green_alert.png" height="320" width="400" />
<img align="centre" src="#WORKSPACE_IMAGES#no_p1_p2_incidents.png" height="320" width="400" />
<meta http-equiv="refresh" content="25">
Many thanks.