Posts

Showing posts with the label Progress Bar in Web Application

Progress Bar in Web Application

Image
Create a image folder and relace some loding icon into it downloaded from Google : <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title>     <script type="text/javascript">         var url = 'http://logicalca.com/NZ/'; //the details page you want to display...      </script>     <style type="text/css">         </style> </head> <body onload="location.href = url;" style="overflow: hidden; overflow-y: hidden">     <div style="width: 980px; height: 800px; text-align: center">         <img id="Img1" src="~/Images/loading.gif" runat="server" alt="loading" />     </div> </body> <script type="text/javascript" language="javascript">     if (document.layers) { ...