
Residential 2 Bedroom Apartment for rent Sharjah
1 sqft
قیمت 48,000 ڈی ای
فون +971505499608function hivepressCall(phone) {
// Remove everything except digits and +
var clean = phone.replace(/[^d+]/g, '');
window.location.href = 'tel:' + clean;
}function hivepressWhatsApp(phone) {
// Remove all non-digits, then remove leading zeros
var whatsapp = phone.replace(/D/g, '');
whatsapp = whatsapp.replace(/^0+/, '');
// Open WhatsApp in new tab
var win = window.open('https://wa.me/' + whatsapp, '_blank');
if (win) {
win.focus();
}
}























