HI ,
I am trying some simple applications in J2ME. I am new to JSP..
Pls help me to solve this..
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head><title>Simple jsp page</title></head>
response.sendRedirect("http://61.90.190.100/download.zip");
%>
<body>
</body>
</html>
That is my simple JSP page. Using my J2ME application, i have to get the (http://61.90.190.100/download.zip)URL and display it on my midlet.
If this not possible, how can i retrive these kinds of data ..
Thanks in advance...

Reply With Quote

