Hi, I don't know the reason of getting blank data in alert box, whenever I do the post request to
servlets from jquery after clicking login button.
Here's the code which's making me bugged:
the request is passing to servlets(which is mapped to Check.do URL), and in doPost method in servlets I'm just doing:
May I know what's the reason of getting an error in above code, and how can I sort this problem out?