Simple Open Dialog Box
Submitted by rinvizle on Friday, July 8, 2016 - 14:55.
A Dialog window is an independent sub-window meant to open temporary form apart from the main Swing Application Window. Most Dialog present an error message or warning to a user, but Dialog box can present images, directory trees, or just about anything compatible with the main Swing Application that manages them. And I will show you the simple dialog box in PHP.
Kindly click the Download Code button below for full source code. Thank you very much.
Sample Code
Form script for dialog box- <form enctype="multipart/form-data" action="#" method="POST">
- <input type="hidden" name="MAX_FILE_SIZE" value="30000" />
- <div><div class="glyphicon glyphicon-th"></div>
- <h3 align="center">OPEN DIALOG</h3>
- <input class="btn btn-info" type="submit" value="Send File" style="margin-top: 10px;" />
- </form>
Add new comment
- 145 views