Azerbaijan ambassador hails 30 years of diplomatic relations with Jordan

Azerbaijan ambassador hails 30 years  of diplomatic relations with Jordan

AMMAN — Azerbaijan’s Ambassador to Jordan Eldar Salimov on Sunday praised the political, diplomatic, cultural and economic ties binding Jordan and Azerbaijan, the Jordan News Agency, Petra, reported.

On the 30th anniversary of the establishment of diplomatic relations between Jordan and Azerbaijan, Salimov said that Jordan was at the forefront of countries that recognised his country’s independence, sovereignty and borders on December 28, 1991.

The ambassador referred to establishing diplomatic relations with Jordan on February 13, 1993, which “expanded the horizons of cooperation between the two countries at all levels”.

Salimov also recalled the Organisation of Islamic Conference Summit, which was hosted by the Moroccan city of Casablanca in 1994, bringing together His Majesty the late King Hussein and President Heydar Aliyev.

Expressing his hopes for increasing the volume of trade, the ambassador also highlighted efforts to operate more direct flights on a regular basis between the two countries.

Both countries’ foreign policy positions enjoy a number of similarities, including respect for the territorial integrity and sovereignty of countries and the inviolability of their internationally recognised borders, non-interference in the affairs of other nations, encouragement of dialogue between civilisations and religions and adherence to civilised cultural values, he said.

Salimov also underlined the two countries’ common stances in regard to international issues.

Lauding the role of Jordanian press in bringing the two countries and peoples closer together, Salimov said that the Kingdom’s media contributed to shedding light on Azerbaijan's culture, traditions, customs and geography.

He pointed out that the Kingdom’s strategic location at heart of the Middle East bolsters its regional and international role, rendering bilateral cooperation between the two countries a “vital” matter.

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