Eric Pascarello wrote:You want to send 4 requests at one time?
Eric
Is it possible to send 4 request at one time ?
Let me give some more details:
Suppose I have the following 4 URLs to send the request to:
1) http:/www.testURL1.com/someThing
2) http:/www.abc123.com/anyThing?param=test
3) http:/www.testxyz.com/Logout
4) http:/www.mySite.com/Login
Now, I would like to send the request to the above URL using JQuery code (but it need to be done from one single HTML file or
Java Script).
(it may be not with the .get() function ... that was my initial guess)
Thank you.
MURAD (SCJP 5.0, SCWCD 1.4)
If you learn to program in Java, you'll never be without a job! (Patricia Seybold in 1998) - Knowing the syntax of Java does not make someone a software engineer. (John Knight)