I have a question. I build my webapp, and i need to open poupup with buttons.
When user clicks on button app must change text in document (not in popup).
Anyone have a idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your pop up will still be a part of the document. You will hide the popup with css, and then on click on something you will open it like this
Next, on click of the button in the popup you just change the content of another id or class on your page like this:
That’s all!