Search:

Type: Posts; User: nambill

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,879

    Re: Invoking JavaScript in Servlet

    I think the problem is here:



    that must be changed to:
  2. Replies
    3
    Views
    2,879

    Re: Invoking JavaScript in Servlet

    Don't output HTML code directly in servlet's doGet() method. Instead, you should create a HTML page and get it redirected from the servlet.
Results 1 to 2 of 2