2010-07-14 5 views

답변

1

blockUI가 옵션

예를 것 ME-하나 개의 도움이 그것을 할.

<html> 
    <head> 
     <meta http-equiv="refresh" content="3; URL=http://www.mydestination.com/"> 
     <!-- script include for jQuery and blockUI --> 
    </head> 
    <body> 
     <script type="text/javascript"> 
      $(document).ready(function() { 
       $.blockUI({ 
        message: 'redirecting' 
       }); 
      }); 
     </script> 
    </body> 
</html> 

로드 된 동안 리디렉션 된 페이지에 오버레이를 유지하려는 경우 예를 들어 사용하는 경우에만 가능합니다. iframe. 그러나 그것으로 예를 들어 다른 문제가 생길 것입니다. 높이, iframe의 너비

관련 문제