| HINDI | PUNJABI
Visitor's No:Visitor Counters
Sh. Pushpendra Kumar, IPS (Officiating)
Slideshow Image 1Slideshow Image 2Slideshow Image 3Slideshow Image 4Slideshow Image 5Slideshow Image 6
For Crime Related Emergency
Dial - 112 or 0172-2749194 or 0172-2744100 or whatsapp at 8699300112

Special Cell for protection of Run-Away Couples Related
Dial - 70871 16999 or Dial - 112

For Traffic Related Emergency
Dial - 1073

For Crime Against Women & Children
Dial - 112, 0172-2749003 or
Women & Child Helpline No. 1091


For any Senior Citizens Complaint
Dial - 112 or Senior Citizens Helpline No. 1090

For any Cyber Crime Complaint
Dial - 0172 - 2970400, 2970600 or
E-mail : - cybercrime-chd@nic.in
Cyber Crime Helpline - 1930

DSP Night Duty (From 12:00 AM to 05:00 AM Daily)
Dial 09465121000

Passport Verification Helpline
0172-5025000
Protection of Run-Away Couples Helpline
9855702356
 
Copyright © 2015 Chandigarh Police. All Right Reserved.
// Function to open the popup automatically when the page loads window.onload = function() { openPopup(); }; // Function to open the popup function openPopup() { document.getElementById('popupOverlay').classList.add('open'); } // Function to close the popup function closePopup() { document.getElementById('popupOverlay').classList.remove('open'); document.getElementById('popupMinimized').classList.remove('open'); } // Function to minimize the popup function minimizePopup() { document.getElementById('popupOverlay').classList.remove('open'); document.getElementById('popupMinimized').classList.add('open'); document.querySelector('.maximize-btn').style.display = 'inline-block'; // Show maximize button } // Function to maximize the popup back function maximizePopup() { document.getElementById('popupMinimized').classList.remove('open'); document.getElementById('popupOverlay').classList.add('open'); document.querySelector('.maximize-btn').style.display = 'none'; // Hide maximize button }