Dutch police charge two with suicide bomb plot

THE HAGUE — Dutch police have charged two suspected terrorists with planning a terror attack using suicide and car bombs, prosecutors said on Tuesday.

The two men aged 20 and 34 years from Zoetemeer, near The Hague, were arrested on Monday, the federal prosecution service said in a statement.

"The attack with bomb jackets and one or more car bombs was probably to have been committed in The Netherlands at the end of the year," it said.

No firearms or explosives were found but undercover police were able to "gain insight into the suspects and their plans for an attack".

Police started surveillance on the men after an alert from the Dutch intelligence service said they "intended to commit a terrorist attack".

The target remained unknown, police said.

Police found a throwing axe, a dagger and a mobile phone with SIM cards in the attic of one of the men.

The Netherlands has seen a series of terror attacks and plots, although not so far on the scale of those in other European countries.

In March four people were killed when a Turkish-born man opened fire on a tram in the city of Utrecht.

Earlier this month a Pakistani man was sentenced to 10 years in jail for a plot to kill far-right Dutch politician Geert Wilders.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });