0byt3m1n1-V2
Path:
/
home
/
office2017v2.1
/
[
Home
]
File: client.php
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Dialog - Default functionality</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script> $( "#create-user" ).button().on( "click", function() { dialog.dialog( "open" ); }); </script> </head> <body> <button id="create-user" class="btn btn-promary">Click</button> <div id="dialog" title="Basic dialog"> <?php echo "hellojava"; ?> </div> </body> </html>
©
2018.