Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Latihan Ajax</title>
- <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
- </head>
- <body>
- <h1>Request File Menggunakan Ajax</h1>
- <button type="button">
- Klik disini
- </button>
- <div id="content">
- File request.html akan ditampilkan disini
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment