LCC International University > Thank you!

Thank you!

Your information has been successfully sent.


You will receive an email response from our team to an address you have indicated in the form.

Fill Application Now More info
window.addEventListener('message', function(event) { console.log('Received postMessage event:', event); // Check for a specific message if needed if (event.data === 'chatClosed') { console.log('The chat has been closed.'); // You could hide the chat container here, e.g., // document.getElementById('chatbox').style.display = 'none'; } });