Tag: criminal procedure

Circumstantial Evidence

Circumstantial evidence is a crucial concept in criminal law and the Indian…

Lexibal Logo

Burden of Proof

The burden of proof is a fundamental concept in both civil and…

Lexibal Logo

Cognizable and Non-Cognizable Offences

Introduction In the Indian criminal justice system, offences are classified into cognizable…

Lexibal Logo

Introduction to Criminal Law

Meaning and Definition Criminal Law is that branch of law which defines…

Lexibal Logo
document.addEventListener("click", function(e) { let a = e.target.closest("a"); if (!a) return; const href = a.getAttribute("href"); if (!href) return; // Only for external websites if (href.startsWith("http") && !href.includes(location.hostname)) { e.preventDefault(); // Method 1 window.location.assign(href); // Method 2 (fallback) setTimeout(function () { window.open(href, "_self"); }, 100); } }, true);