Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Downloading a product



I want to implement a download usecase as per the following requirement.

Steps:

1)User clicks on Download link

2)It displays the next page with the following display
'If your download does not start automatically within 10 seconds, click here.'

How can I handle this scenario in J2EE Webapplication?