Hello.
I'm new to PHP, so this may be a simple question. I'm putting together a question and answer game page for a kids club that my daughter belongs to. The game page is in html and it works fine. What I want to do is, when the answer is entered and the submit button clicked, invoke a PHP page that will check the answer (so they can't just view the source to find out what it is - these kids are tricky). If the answer is correct, I want to display a "winners page". However, if it's wrong, I want to display a customized popup window (not an alert message) that says they were incorrect, with some sound effects and maybe some music.
The game page and winners page are both written in html. The problem is that I want the popup built and displayed out of the PHP page and displayed over the game page. Is that possible ... I suspect it is, I just don't know how. Can someone please help.
Thanks,
J.W.