Skip to content Skip to sidebar Skip to footer
Showing posts with the label Servlets

How To Send Javascript Array To Servlet Inside Form Tag?

I have made checkbox code and on checkbox click I am calling function which will add passed argumen… Read more How To Send Javascript Array To Servlet Inside Form Tag?

Set Cookie Only After File Download Complete.

I have a scenario where I want to tell the user that download is completed and prompt a close butto… Read more Set Cookie Only After File Download Complete.

Sending Long Strings In Jquery Post

I am not able to send long strings (more than 96 char. Tested in FF12 and Chrome 18) in jquery post… Read more Sending Long Strings In Jquery Post

Html Body "onload" Is Not Working In Chrome

I have written sample web application with servlets and jsp. As per the below code the action url s… Read more Html Body "onload" Is Not Working In Chrome