// Get the current URL var currentUrl = window.location.href; // Define an object with mappings of variables to corresponding text fields var fieldMappings = { utm_campaign: 'mx_utm_campaign', utm_medium: 'mx_utm_medium', utm_source: 'mx_utm_source', }; // Loop through the mappings and insert the values into the corresponding text fields for (var param in fieldMappings) { var fieldName = fieldMappings[param]; var match = currentUrl.match(new RegExp('[?&]' + param + '=([^&]+)')); if (match) { var paramValue = match[1]; var textField = document.querySelector('input[name="' + fieldName + '"]'); if (textField) { textField.value = paramValue; } } }
top of page

Welcome to VSB

Vidyalankar School of Business (VSB) is a one of its kind Business School, providing our participants with a real Business environment within the campus to deal with real business problems while being able to upgrade themselves to management concepts and tools.

VSB is dedicated to creating a unique and immersive learning experience for our participants. We believe in providing a platform where individuals can enhance their business acumen and develop the skills necessary to thrive in the dynamic world of business.

Our Mission & Vision

At VSB, our mission is to foster a community of future business leaders who are equipped with a deep understanding of business principles and a strong ethical foundation. We aim to empower our participants to drive positive change and innovation in the business world.

Our vision is to be a leading institution in business education, recognized for our commitment to excellence, innovation, and the holistic development of our participants. We strive to cultivate a culture of continuous learning, critical thinking, and global perspective.

bottom of page