Web Site embedded Dynamic Reports

Web Site embedded Dynamic Reports

I have an APP that takes User Input data and does a calculation & queries a database table.  When it finds a Record in the database that matches the Query criteria, it generates an Output Report.

I have embedded the links for the "User Input" form and the "Output Report"  into my Web Site and they appear on that web page.  The User Input form works properly accepting data entry from a user, and performs the calculation & query when I click the Submit button.

My problem is that the "Output Report" does not update with the calculated data, it displays whatever data it contained when the Web Page first linked to it. The only way to get the Output Report to show the recently calculated data is to "refresh" the web browser.   This is certainly not how I envisioned this working.

Does anyone know how I can get the Output Report to become dynamic/responsive to each new User Input data calculation ?