It is an annual industrial cum retreat tour for RGIT staff and students wherein students are taken not only for industrial visits in prestigious companies but also on the recreational tour of the popular tourist destinations of India.
switch (selectedOption) {
case "option1":
window.open("https://rgit.co.in/index.php/b-pharma/");
break;
case "option2":
window.open("https://rgit.co.in/index.php/d-pharm/");
break;
case "option3":
window.open("https://rgit.co.in/index.php/anm/");
break;
default:
// Handle other cases or show an error message
break;
}
});
});
switch (selectedOption) {
case "option1":
window.open("https://rgit.co.in/index.php/b-pharma/");
break;
case "option2":
window.open("https://rgit.co.in/index.php/d-pharm/");
break;
case "option3":
window.open("https://rgit.co.in/index.php/anm/");
break;
default:
// Handle other cases or show an error message
break;
}
});
});