[Postfixadmin-devel] Bulk email upload III Review
Brought to you by:
christian_boltz,
gingerdog
From: Sonam P. <s_p...@ru...> - 2012-06-15 03:02:43
|
// the following javascript codes were from // http://rainbow.arch.scriptmania.com/scripts/preload_wait.html function informProgress( ) { print "<script type='text/javascript' language='javascript'> function processWaitPage() { if (document.getElementById){ document.getElementById('processPage').style.visibility='hidden'; }else{ if (document.layers){ document.prepage.visibility = 'hidden'; } } } </script> <div onload= 'processWaitPage()' id='processPage' style='position:absolute; font-family:arial; font-size:16; left:0px; top:0px; background-color:white; layer-background-color:white; height:100%; width:100%;'> <center><B>Processing.... Please wait!</center> </div>"; } |