Tag: criminal justice system

Probation and Parole

Probation and parole are important mechanisms in the criminal justice system designed…

Lexibal Logo

Trial Procedure in Criminal Cases

The trial procedure in criminal cases under the Criminal Procedure Code, 1973…

Lexibal Logo

Arrest, Search, and Seizure

Introduction The concepts of arrest, search, and seizure form the backbone of…

Lexibal Logo

Criminal Procedure Code (CrPC) – Overview

Introduction The Criminal Procedure Code, 1973 (CrPC) is the principal legislation that…

Lexibal Logo

Kinds of Punishment under the Indian Penal Code (IPC)

Introduction - Kinds of Punishment The Indian Penal Code (IPC), 1860, lays…

Lexibal Logo

Elements of Crime (Actus Reus and Mens Rea)

Introduction Every crime consists of certain essential elements without which an act…

Lexibal Logo

Theories of Punishment

Introduction Punishment is one of the most essential components of criminal jurisprudence,…

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);