1. Put This Code to The HTML Header section of Page HTML Header
<script language="javascript">
function myFunction() {
$('#id').load(document.URL + ' #id');
}
</script>
' #id' – This is your region static id which you want to refresh
1. 2. Create Dynamic Action on Item & Create a true action (Execute JavaScript Code)
myFunction()
That’s it…
1 Comments
Very helpful post.
ReplyDelete