Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%--
- Document : Hello
- Created on : Jul 18, 2015, 12:26:06 PM
- Author : steven
- --%>
- <%@page contentType="text/html" pageEncoding="UTF-8"%>
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>Tampil IP</title>
- </head>
- <body>
- <h1>Menampilkan IP Anda</h1>
- <%
- out.println("Alamat IP anda adalah : " + request.getRemoteAddr());
- %>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement