Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
#pleaseWait {
position: absolute;
top: 50px;
left 50px;
width: 400px;
text-align: left;
visibility: hidden;
padding: 5px;
left: 50px;
}
.pwText {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 800;
color: #000000;
}
.pwBox {
background-color: #FFFF99;
padding: 2px;
height: 30px;
width: 390px;
}
</style>
<script type="text/javascript">
<!--
function showBox() {
document.getElementById("pleaseWait").style.visibility = "visible";
}
function hideBox() {
document.getElementById("pleaseWait").style.visibility = "hidden";
}
//-->
</script>
</head>
<body>
<a href="javascript: showBox();">SHOW MESSAGE</a> <a href="javascript: hideBox();">HIDE MESSAGE</a><br>
<div id="pleaseWait">
<table class="pwBox">
<tr>
<td><div class="pwText">PLEASE WAIT... PART NUMBER SEARCH PROCESSING</div></td>
</tr>
</table>
</div>
</body>
</html>