Search:

Type: Posts; User: ur2cdanger

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    I have not yet written the JAVA File.All these codes are inside the jsp file itself.




    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    ...
  2. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    Somebody please!!!!
  3. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    Oh..Im sorry..Can anybody resolve the error?
  4. Replies
    8
    Views
    1,433

    Re: Can anybody correct the code?

    **JAVA CODE HERE**

    String x=request.getParameter("longitude");
    String y = request.getParameter("latitude");
    String addr1 = "http://ws.geonames.org/findNearby?lat="+y+"&lng="+x;
    try
    {
    ...
  5. Replies
    8
    Views
    1,433

    Can anybody correct the code?

    Im just learning jsp.So it would be helpful if somebody can correct my code.


    JSP Code :
    String x=request.getParameter("longitude");
    String y =...
Results 1 to 5 of 5