Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

refresh html region (only)

user8786417Feb 18 2014 — edited Feb 18 2014

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2014
Added on Feb 18 2014
12 comments
1,085 views