Commit 84e78af3 authored by steurwadkar's avatar steurwadkar

Changes made to display wait image till page load for pophelp

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179987 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ebbacfae
......@@ -42,6 +42,9 @@
document.getElementById("flag").value = flag;
checkBoxVisibility();
document.getElementById("overlay").style.display = "none";
document.getElementById("buttonreplacement").style.display = "none";
}
</script>
......@@ -70,11 +73,49 @@ z-index: 20;
width: 150px;
height: 20px;
}
#buttonreplacement{
width: 150px;
height: 80px;
background-color: #fff;
margin:0px auto;
text-align: center;
z-index:1005;
display:none;
position: fixed;
top: 200px;
left: 45%;
}
#buttonreplacement>img{
margin-top:15px;
margin-left:50px;
display: table-cell;
}
#overlay{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color:#000;
opacity: .45;
z-index:1003;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;"
}
</style>
<script type="text/javascript" src="/ibase/webitm/js/sorderWizard.js"></script>
<body onLoad="displayText();load();">
<div id="overlay"></div>
<div id="buttonreplacement" align="center" style="display:block;">
<img src="/ibase/images/preload.gif" alt="Please wait" >
Please wait......
</img>
</div>
<TABLE border="0" width="99%" height="2%" class="header_td" cellpadding="0" cellspacing="0" style="background-color: #f7f8fa;">
<TR>
<div class='contentHeaderLbl'><img src="/ibase/images/menuImages/web/Dailyactivityreport.png" onerror=" this.src= '/ibase/images/menuImages/errMenu.png' " style="position: absolute; margin-left: -20px;margin-top:9px; height: 20px; width: 20px;"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment