Enseignement Catholique
Saint-Amand-les-Eaux
École directe
Menu

L'administration


L'administration Mini L'administration Mini  
 

4, rue du Bruille - C.S 30129

59733 SAINT-AMAND-LES-EAUX Cedex

IcÃ


  
	


<script>
	// handleMessage is used to receive a message from the iframe
	window.addEventListener( 'message', handleMessage, false );

	function handleMessage(event) {
		// ensure the message originated from the same domain the iframe is on
		if (event.origin != 'https://www.nda59.fr' ) {
			return;
		}
		var eventData = JSON.parse(event.data);
		if (eventData) {
			if ( eventData.closePopup === true ) {
				setTimeout('$(document).closePopUp();',1000);
				setTimeout('location.reload();',1000);
			}
		}
	}
	$('#commentaires .addComment').click(function() {
		$(document).openPopUp({ html:'<iframe style=' }); }); $('#commentaires .deleteComment').click(function() { let id = $(this).data('num'); $(document).openPopUp({ html:'' }); });
keyboard_arrow_up