Thursday, 25 December 2014

Create Process Bar Like Gmail In HTML

index.html <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>DEMO - Gmail like progress bar with CSS and jQuery</title> <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script> <style> body { background: rgb(245, 245, 245); } .g-div...

Create Dynamic URL in jsp

1.index.jsp page <html>   <head>     <title>the c:url action (1)</title>   </head>   <body>     This page takes 3 values that you specify, and forwards them to another JSP.     That JSP will create a URL to another page, that then extracts the     parameters and displays them.     <p />  ...