import wixWindow from 'wix-window'; $w.onReady(function () { // Set the button's onClick event handler $w('#payButton').onClick(async () => { try { // Make an AJAX request to your server-side code const response = await fetch('/generateEncryptedURL', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({}), }); const data = await response.json(); // Open the encrypted URL in a new tab wixWindow.openWindow(data.encryptedUrl, '_blank'); } catch (error) { console.error('Error:', error); } }); });
top of page

CONTACT US

Visit the School

ADDRESS

P - 30, Prince Golam Mohammed Shah Road, Shree Baijnath Jalan Bhawan, 

(Golf Garden). Kolkata 700095

E-MAIL US

CALL OUR MAINLINE

+91 9330664404

OFFICE HOURS

While school is in session our staff offices are open from

10:30 am - 2:00 pm

WhatsApp Image 2023-01-21 at 19.49.43.jpg

You Can Also Contact Us by Form

Thanks for submitting!

bottom of page