LCC International University > Thank You For Your Interest!

Thank You For Your Interest!



Thank you for your interest. Important! Please fill out the form below to complete your registration.


All details will be sent to your email. Please check your Spam and Junk boxes for sometimes emails go there.

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'; } });