-
(Cổng TTĐT tỉnh AG)- Ngày 16/10, tại xã Phú Thọ và xã Tân Trung, UBMTTQVN 79King đăng nhập phối hợp Công an tỉnh và UBMTTQVN huyện Phú Tân tổ chức tuyên truyền công tác phòng, chống buôn lậu, gian lận thương mại, hàng giả và Cuộc vận động Người Việt Nam ưu tiên dùng hàng Việt Nam.
-
(Cổng TTĐT tỉnh AG)- Nhằm phát triển bền vững, nâng cao giá trị sản phẩm OCOP, Tải game Kinh 79 đã tăng cường, đẩy mạnh xúc tiến thương mại đưa sản phẩm đến với người tiêu dùng, hướng đến xuất khẩu.
-
(Cổng TTĐT tỉnh AG)- Ngày 27/8, UBND thị xã Tân Châu tổ chức Họp Hội đồng đánh giá, phân hạng sản phẩm OCOP, đợt 1 năm 2024. Phó Chủ tịch UBND thị xã – Chủ tịch Hội đồng đánh giá, phân hạng sản phẩm OCOP thị xã Tân Châu Đặng Văn Nê chủ trì cuộc họp.
-
(Cổng TTĐT tỉnh AG)- Sáng 28/8, Công ty TNHH Tứ Sơn Châu Đốc (79King đăng nhập) long trọng tổ chức Lễ khánh thành Trung tâm đặc sản Việt Nam-Kinh 79 casino, thể thao, bắn cá, game bài-Nông nghiệp (Siêu thị Tứ Sơn), tọa lạc tại số 103, đường Nguyễn Tri Phương, phường Vĩnh Mỹ (TP. Châu Đốc).
-
-
-
-
";
var footstr = "";
var newstr = document.all.item(text).innerHTML;
//var newstr = document.getElementById(text).innerHTML;
var oldstr = document.body.innerHTML;
document.body.innerHTML = headstr + newstr + footstr;
window.print();
document.body.innerHTML = oldstr;
return false;
}
function printDiv2(text) {
var content = document.getElementById(text).innerHTML;
var printWindow = window.open('', '', 'height=600,width=800');
printWindow.document.write('
');
printWindow.document.write('');
printWindow.document.write(content);
printWindow.document.write('');
printWindow.document.close();
printWindow.print();
}
function share_fb(url) {
window.open('https://www.facebook.com/sharer/sharer.php?u='+url,'facebook-share-dialog',"width=626, height=436")
}
function toggleBackgroundColor() {
const element = document.getElementById('contrast');
const currentColor = window.getComputedStyle(element).backgroundColor;
if (currentColor === 'rgb(220, 220, 220)') {
element.style.backgroundColor = '#fff';
} else {
element.style.backgroundColor = 'rgb(220, 220, 220)';
}
}
var liActive = Array.from(document.querySelectorAll('.posts-list-noibat .post-title'));
if (Array.isArray(liActive) && liActive.length ) {
liActive[0].classList.add('active');
}
function increaseFontSize() {
var textElement = document.getElementById('text');
var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size');
var newSize = parseFloat(currentSize) + 2;
if (newSize <= 40) {
textElement.style.fontSize = newSize + 'px';
}
}
function decreaseFontSize() {
var textElement = document.getElementById('text');
var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size');
var newSize = parseFloat(currentSize) - 2;
if (newSize >= 12) {
textElement.style.fontSize = newSize + 'px';
}
}
function resetFontSize() {
var textElement = document.getElementById('text');
textElement.style.fontSize = '18px';
}