I have created a JSP page that displays records, and now I am looking to include a dynamic link or button in the JSP that allows inserting data into the database without needing to refresh the page.
This link should open a pop-up window with input fields and a submit button where I can add new entries to the database. After submitting, I want the page to redirect back to the same JSP without any refreshing.
Any advice or resources you can provide would be greatly appreciated as this concept is new to me.
Thank you!