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?
When you redirect to php file script->quote.html file
add request parameter in URL like
quote.html?pass=y
And after Adding below java script in quote.html file to detect Request variable