King receives delegation from Joint Arab Islamic Extraordinary Summit ministerial committee

King receives delegation from Joint Arab Islamic Extraordinary Summit ministerial committee
His Majesty King Abdullah, accompanied by HRH Crown Prince Al Hussein, receives on Sunday a delegation from the ministerial committee assigned by the Joint Arab Islamic Extraordinary Summit on Developments in the Gaza Strip (Photo courtesy of Royal Court)

Discussions address need for efforts to end war on Gaza, resume flow of humanitarian aid

His Majesty warns against ‘dangerous’, ‘unprecedented’ Israeli escalations in West Bank, Jerusalem

AMMAN — His Majesty King Abdullah, during a meeting on Sunday with a delegation from the ministerial committee assigned by the Joint Arab Islamic Extraordinary Summit on Developments in the Gaza Strip, emphasised the importance of continuing to coordinate with active partners to build greater international pressure to stop the ongoing tragedy in Gaza.

The meeting at Al Husseiniya Palace, attended by HRH Crown Prince Hussein, covered the need to step up Arab and international efforts to end the war on Gaza, and resume the flow of humanitarian aid to all areas of the Strip, according to a Royal Court statement.

The King also warned against the dangerous and unprecedented Israeli escalations targeting Palestinians in the West Bank, and Muslim and Christian holy sites in Jerusalem.

Discussions also addressed the need to continue mobilising international support to enable Palestinians to receive their full legitimate rights, and to create a political horizon to achieve peace on the basis of the two-state solution, the statement said.

For their part, the delegation members praised Jordan for its position in support of Palestinians at all levels, regionally and internationally. They also commended His Majesty’s standing in the international community, which has been vital to mobilising world leaders and public opinion in support of the Palestinian cause in relation to the situation in Gaza and the West Bank.

The delegation, headed by Saudi Foreign Minister Prince Faisal bin Farhan bin Abdullah, included Bahraini Foreign Minister Abdullatif bin Rashid Alzayani, Egyptian Foreign Minister Badr Abdel Aty, Arab League Secretary-General Ahmed Aboul Gheit, and Deputy Prime Minister and Foreign Minister Ayman Safadi.

.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'); }); }); });