Increadible India           MADAD Consular Grievance Portal           India Investment Grid Portal           India Healthcare Tourism Portal           MyGov India Citizen Engagement Platform           Make in India Initiative           National Voters Service Portal United Nations News Hindi           MADAD Consular Grievance Portal           India Investment Grid Portal           India Healthcare Tourism Portal           MyGov India Citizen Engagement Platform           Make in India Initiative           National Voters Service Portal

© 2018 Embassy of India, Bucharest, Romania. All Rights Reserved.

Visitors: 16333956  |  Page last updated on: 23-06-2026

Hosted & Maintained By Webcolors Pvt Ltd Logo Webcolors Pvt Ltd

document.addEventListener("DOMContentLoaded", function() { // === PART 1: PDF ACCESSIBILITY FIX === var pdfLinks = document.querySelectorAll('a[href*=".pdf"]'); pdfLinks.forEach(function(link) { var originalText = link.textContent.trim(); if (!originalText.toLowerCase().includes('pdf')) { link.setAttribute('aria-label', originalText + ' (PDF Document)'); link.innerHTML = link.innerHTML + ' (PDF)'; } }); // === PART 2: EXTERNAL LINKS WARNING POPUP === // Ismein Facebook, Twitter aur baki sabhi external links handle honge document.body.addEventListener('click', function(e) { // Sabse paas waale anchor tag (link) ko dhoodho var link = e.target.closest('a'); if (link && link.hostname && link.hostname !== window.location.hostname) { // Agar link kisi dusri website ka hai, toh pehle use roko e.preventDefault(); var confirmLeave = confirm("You are leaving the official website of Embassy of India and moving to an external link. Do you want to proceed?"); if (confirmLeave) { // Agar user 'OK' dabaye, toh hi nayi window/tab mein kholein window.open(link.href, '_blank'); } } }); });