Question
Areteans Technologies
AU
Last activity: 2 Feb 2021 6:38 EST
Auto Refresh a Section
Hi,
I have a section A which contains Section B. As Per business requirement I have to Auto refresh(without any user action) only section B for every 30 mins.
I have written below code in a non generated html and included it in Section B - But the issue is its refreshing the whole harness.
Please let me know any way to resolve this.
<html> <head> <meta http-equiv="refresh" content=<%=tools.getParamValue("refreshTime")%>> </head> </html>
Thanks in advance,