'Show a pop up message onload [closed]
The question is quote.html has a form on submit it goes to a PHP script and again through including same page in it and I want to show success pop up on second time.
My PHP script:
include'quote.html';
quote.html->php script->quote.html (this time show success message in pop up)
Detect that loads on PHP script and should show an pop up message.
Is this possible?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
