showing content in popup instead of new window [PHP]
-
Hi,
Taking the example below :
<form method="post" id="dataForm" action="show.php" target="_blank"> ... <input type="submit" name="action" value="Generate" class="generateBTN"/> </form>
In this example of html code, when I click on generate button I have a new window showing some content from show.php file.
My request is : is there any possiblity to generate this result in popup (using your plugin) instead of open a new window ?
Thank you in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘showing content in popup instead of new window [PHP]’ is closed to new replies.