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

SEMINARS AND WORKSHOPS FOR PARENTS AND TEACHERS

024.JPG

AHEAD organizes regular training workshops, lectures and seminars for the teachers and parents to help them deal with their problems and stress. They are made aware of the various resources and materials available to them. The parents of Ahead have formed their own support group with the help of teachers. Various professionals and specialists from the field regularly visit AHEAD to interact and hold seminars and workshops for better management of the children with disabilities.

Parenting a child with a learning disability can be challenging. The special educators and specialists at AHEAD tries to give best services to the parents to help them provide the best support for their child at home and at school.

bottom of page