Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: close popup message to call backend program in Spring project

  1. #1
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default close popup message to call backend program in Spring project

    how can i perform the following effect in java spring maven project. front end is using jsp. (how to prepare ajax to call backend to save value into database when click close button on popup window)

    first, user go to login page to input ID and password and click the LOGIN button to home page (home.jsp)
    in the home.jsp page, it will prompt a pop up message (dim background) with close button on that message. once the user click the close button on popup message. it can browse the home page.

    but i will bother the user it will prompt a popup message on every login. how can i prepare a checkbox on the popup message "not to show again" checkbox for the user profile. when the user "Tick" the checkbox and click close button, how can i set the value for that user profile?

    can i use json to check backend program to save into database when user click checkbox and close button on popup message ?
    any example? any code for reference?
    Last edited by -_-"; August 2nd, 2020 at 12:25 AM.

Similar Threads

  1. Replies: 3
    Last Post: July 12th, 2020, 09:20 AM
  2. Help please create Timer(TimerTasK) for Spring Boot and Vaadin 14 project
    By annabanner in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 24th, 2019, 06:42 AM
  3. My first Spring-MVC project
    By kjaron in forum Web Frameworks
    Replies: 0
    Last Post: October 3rd, 2019, 07:09 AM
  4. Replies: 2
    Last Post: September 16th, 2013, 03:32 PM
  5. Get Paid Spring project
    By mr.miku in forum Paid Java Projects
    Replies: 1
    Last Post: November 16th, 2011, 09:43 AM