Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johnnysorensen1

    How to execute a servlet request from javascript?

    Thank you for the response. What you have answered is correct. But the HTTP protocol (or a level above) allows several nested requests to perform one page. This is what is done with a page containing an image. The browser sends a new request for each image. The request is regardless of if it is...
  2. johnnysorensen1

    How to do a servlet request from javascript?

    I posted this question in the javascript forum. Her is a link to the thread. www.tek-tips.com/viewthread.cfm?SQID=771755&SPID=216&page=1
  3. johnnysorensen1

    How to execute a servlet request from javascript?

    I can simplify the question by remove the servlet part of it. What I need is some command or method that can do a request, and receive some text. The text could be in a HTML file. And then I want to do something like this: var request = new Request() request.href = "example.html&quot...
  4. johnnysorensen1

    How to execute a servlet request from javascript?

    Can I some way execute a servlet request, and receive a text string? I have made a servlet that respond with contentType("text/plain") and a short text string. I want to execute this servlet by some javascript command. Or it could be a HTML tag. I do a similar thing with a servlet...

Part and Inventory Search

Back
Top