Page 1 of 1

Live value from database without reloading page

Posted: Thu Aug 11, 2022 9:21 pm
by vintoICT

I have 2 pages. Page 1 . dashboard where select query from database shows report of database query , page 2 is a form for users input of values . How do i show latest total value on page 1 without refreshing the page. just auto load the latest sum whem user input on page 2. Thanks


Re: Live value from database without relaoding page

Posted: Thu Aug 11, 2022 11:08 pm
by arbei

There is no such feature, you'll need to create your own page using Custom File. If you use jQuery, you may read .load().


Re: Live value from database without reloading page

Posted: Tue Aug 16, 2022 5:53 pm
by vintoICT

Thank you . I was able to resolve this with XML HttpRequest