/* Kết hợp Javascript và Flash để tạo banner quảng cáo hiệu ứng lật trang. Bạn đã download file từ website Diễn đàn Tin học Việt Nam www.diendantinhoc.vn Mời bạn tham gia thảo luận và trao đổi về Tin học tại Diễn đàn. [Vun đầy kiến thức - Đắp đầy chuyên môn] */ var esel = new Object(); // --------------------------------------------------------- THAY ĐỔI ĐỊA CHỈ ĐÍCH esel.ad_url = escape('http://hoanglamcm.net'); // Nhập vào địa chỉ mà bạn muốn trỏ đến sau khi click vô quảng cáo // --------------------------------------------------------- END TARGET URL esel.small_path = '/ads/flash_s.swf'; // đường dẫn file flash mép giấy (nhỏ) esel.small_image = escape('/ads/anhnho.jpg'); // đường dẫn hình ảnh nằm dưới mép giấy (khi chưa rê chuột) esel.big_path = '/ads/flash_b.swf'; // đường dẫn file flash lúc kéo mép giấy esel.big_image = escape('/ads/anhlon.jpg'); // đường dẫn file quảng cáo chính // KHÔNG chỉnh gì thêm ở dưới này---------------FINISHED----STOP--------------------------------------------------- esel.small_width = '100'; esel.small_height = '100'; esel.small_params = 'ico=' + esel.small_image; esel.big_width = '650'; esel.big_height = '650'; esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url; function sizeup987(){ document.getElementById('eselcornerBig').style.top = '0px'; document.getElementById('eselcornerSmall').style.top = '-1000px'; } function sizedown987(){ document.getElementById("eselcornerSmall").style.top = "0px"; document.getElementById("eselcornerBig").style.top = "-1000px"; } esel.putObjects = function () { document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(''); document.write('
'); setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000); } esel.putObjects();