I have designed a application in JSP. In which i want to block few ip address and display a message to the particular user that you have been banned to view this site.
Thanks & Regards in Advance
Thanks & Regards in Advance
out.print( request.getRemoteAddr() ); out.print( request.getRemoteHost() );
Comment