web/inter_choix.html
changeset 46 542252e0c615
parent 41 f2123b4487e9
child 78 8c3f0b94d056
equal deleted inserted replaced
45:f7bfdc49982b 46:542252e0c615
    15 		-->
    15 		-->
    16 		
    16 		
    17 	</head>
    17 	</head>
    18 	<body>
    18 	<body>
    19 		<!-- div content - site takes the full height of browser -->	
    19 		<!-- div content - site takes the full height of browser -->	
    20 		<div id="content" class="full_screen pointer" onClick="">
    20 		<div id="content" class="full_screen pointer" onClick="gotoChoice();">
    21 		
    21 		
    22 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
    22 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
    23 			<div class="strut"></div><!--
    23 			<div class="strut"></div><!--
    24 			this comment corrects the white-space (display: inline);
    24 			this comment corrects the white-space (display: inline);
    25 			--><section class="fullScreen_vcentering container_vcentering inter_choice">
    25 			--><section class="fullScreen_vcentering container_vcentering inter_choice">
    38         <script>        
    38         <script>        
    39             $(function() {
    39             $(function() {
    40 				  $('.box_transparance').animate({
    40 				  $('.box_transparance').animate({
    41 				    	opacity: 0,
    41 				    	opacity: 0,
    42 					  }, 10000, function() {
    42 					  }, 10000, function() {
    43 					    // Animation complete.
    43 					  	gotoChoice();
    44 					 });
    44 					 });
    45             });
    45             });
       
    46             var gotoChoice = function() {
       
    47 				location.href = "choix.html";            	
       
    48             }
    46         </script>               
    49         </script>               
    47 	</body>
    50 	</body>
    48 </html>
    51 </html>