How To Refresh PL/Dynamic Content Using JavaScript


 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…


Post a Comment

1 Comments