ADVERTISEMENT

Trump urges US allies to send warships to Strait of Hormuz as Iran vows to retaliate

Published Mar 15, 2026 02:36 pm
Mourners react during the funeral ceremony for Gen. Ali Shamkhani, secretary of Iran's Defense Council and a senior adviser to the Supreme Leader who was killed in a strike, at the courtyard of the Imamzadeh Saleh shrine in Tehran, Iran, Saturday, March 14, 2026. (AP Photo/Vahid Salemi)
Mourners react during the funeral ceremony for Gen. Ali Shamkhani, secretary of Iran's Defense Council and a senior adviser to the Supreme Leader who was killed in a strike, at the courtyard of the Imamzadeh Saleh shrine in Tehran, Iran, Saturday, March 14, 2026. (AP Photo/Vahid Salemi)
CAIRO (AP) — U.S. President Donald Trump said he hoped allies would send warships to secure the vital Strait of Hormuz while Iran urged people to evacuate three ports in the United Arab Emirates as its war with the United States and Israel showed no signs of ending.
Iran’s call to evacuate the Middle East’s busiest port and two other UAE ports marked the first time it had openly threatened a neighboring country’s non-U.S. assets.
Tehran said the U.S. had used “ports, docks and hideouts” in the UAE to launch strikes on Kharg Island, home to the main terminal handling Iran’s oil exports, without providing evidence. It urged people to leave areas where it said U.S. forces were sheltering.
Meanwhile, Lebanon’s humanitarian crisis deepened, with over 800 people killed and 850,000 displaced as Israel launched waves of strikes against Iran-backed Hezbollah militants.
Iran says the US attacked from close to Dubai
Iran’s foreign minister, Abbas Araghchi, said the U.S. attacked Kharg Island and Abu Musa Island from two locations in the UAE, Ras Al-Khaimah and a place “very close to Dubai,” calling that dangerous and saying Iran “will try to be careful not to attack any populated area” there.
U.S. Central Command said it had no response to Iran’s claim. A diplomatic adviser to the UAE’s president, Anwar Gargash, said on social media the country has the right to defend itself but “still prioritizes reason and logic, and continues exercising restraint.”
Iran has fired hundreds of missiles and drones at Arab Gulf neighbors during the war, but it has said it was targeting U.S. assets, even as hits or attempts were reported on civilian ones such as airports and oil fields.
Araghchi said the Strait of Hormuz was closed only to “those who are attacking us and their allies.”
Trump urges allies to send warships to Strait of Hormuz
As global anxiety soars over oil prices and supplies, Trump said Saturday that he hopes China, France, Japan, South Korea, the U.K. and others send warships to keep the Strait of Hormuz “open and safe.” Britain in response said it was discussing with allies a “range of options” to secure shipping.
Araghchi, in a social media post, urged neighbors to “expel foreign aggressors” and described Trump’s call as “begging.”
On Saturday, Iran’s joint military command reiterated its threat to attack U.S.-linked “oil, economic and energy infrastructures” in the region if the Islamic Republic’s oil infrastructure is hit.
Iran’s semiofficial Fars news agency said the Kharg Island strikes caused no damage to oil infrastructure. It said they targeted an air defense facility, a naval base, the airport control tower and an offshore oil company’s helicopter hangar.
U.S. identifies 6 killed in military aircraft crash
The U.S. Department of Defense on Saturday identified six service members who died when the military refueling aircraft they were aboard crashed Thursday while supporting operations against Iran.
The service members were Maj. John A. Klinner, 33; Capt. Ariana G. Savino, 31; Tech. Sgt. Ashley B. Pruitt, 34; Capt. Seth R. Koval, 38; Capt. Curtis J. Angst, 30; and Tech. Sgt. Tyler H. Simmons, 28, according to U.S. officials.
The crash in western Iraq followed an unspecified incident involving two aircraft in “friendly airspace,” according to U.S. Central Command. The other plane landed safety.
Another attack on the US Embassy in Baghdad
A missile struck a helipad inside the U.S. Embassy compound in Baghdad on Saturday. No one immediately claimed responsibility for the attack. The embassy complex, one of the largest U.S. diplomatic facilities in the world, has been repeatedly targeted by rockets and drones fired by Iran-aligned militias.
The State Department again warned citizens in Iraq to leave “now,” and by land since commercial flights were not available. It noted that Iran and Iran-aligned militia groups “may continue to target” U.S. citizens, interests and infrastructure.

Related Tags

WORLDNEWS President Donald Trump US-ISRAEL-IRAN WAR
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.