Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
document.addEventListener("DOMContentLoaded", function() { const dropdown = document.getElementById("custom-dropdown"); const viewButton = document.getElementById("custom-view-button");
viewButton.addEventListener("click", function() { const selectedOption = dropdown.value;
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; } }); });
document.addEventListener("DOMContentLoaded", function() { const dropdown = document.getElementById("custom-dropdown"); const viewButton = document.getElementById("custom-view-button");
viewButton.addEventListener("click", function() { const selectedOption = dropdown.value;
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; } }); });
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.