Tìm kiếm trên diễn đàn |
|
Tham gia : 07/09/2018 nguoitantien@gmail.com Website : nguoitantien@gmail.com Gửi vào lúc : 03/11/2012 Ngày hôm nay www.tan-tien.tk sẽ chia sẻ với các bạn một số code hay cho website của bạn 1.Code tạo quảng cáo ở góc phải website <script type="text/javascript"> Thay đổi phần chữ đỏ để phù hợp với nội dung của bạn. Kết quả code trên
2.Code nhúng video Youtube tự động play Ví dụ : <p class="r"><span style="color: #ff0000;"><a href="bvct/T%C3%A2n-Ti%E1%BA%BFn-online/207/Truy%E1%BB%81n-h%C3%ACnh-tr%E1%BB%B1c-tuy%E1%BA%BFn.html"><span style="font-size: medium; color: #ff0000;"><strong><em>♦♦♦Xem Tivi Online♦♦♦<img title="Tongue Out" src="tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif" alt="Tongue Out" border="0" /><img title="Tongue Out" src="tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif" alt="Tongue Out" border="0" />♦♦♦Xem<span> TV online ♦♦♦</span></em></strong></span></a></span></p> Chỉnh sửa phần màu đỏ 3.Code tạo Sile <script type="mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-mce-text/javascript">// <![CDATA[ var imag=new Array(); imag[1]="http://i1191.photobucket.com/albums/z472/lenghiephd/gat_lua13-2.jpg"; Chỉnh sửa phần màu đỏ phù hợp với website của bạn. Còn rất nhiều Code mà Tân Tiến Online muốn chia sẻ với các bạn.Chúng tôi sẽ chia sẻ với các bạn trong các bài viết sau. Tân Tiến Online-Kết nối một cộng đồng Website : www.tantien.mov.mn ι www.tan-tien.tk ι Mail:nguoitantien@gmail.com
www.tan-tien.tk phát triển bởi webmienphi.vn |
Gửi vào lúc : 06/11/2012 Nho ban chỉnh code để tạo quảng cáo ở góc phải giùm nha! Thank! <div style="height: 230px;" id="pgcontainall" onmouseover="pgRemoveAutoHide()"onmouseout="pgHideWhenMouseOut()"> <div id="child"> <div id="pgboundContent"> <div id="pgheader"> <div><marquee scrollamount="2" > <a href="https://paygate.vtc.vn/Index.aspx?chanel=newdetailFAQ&newsid=8459" target="_blank"> Phương thức nạp tiền vào tài khoản VTC Paygate</a> <a href="https://paygate.vtc.vn/Index.aspx?chanel=register"target="_blank"> Đăng ký VTC Paygate thật đơn giản</a> <a href="https://paygate.vtc.vn/Index.aspx?chanel=newdetail&newsid=8662&homepage=true" target="_blank"> Miễn phí nạp tiền qua Maritimebank</a> </marquee></div> <ul id="pgbutton"> <li style="display: inline;" id="pgbuttonhide"><a tabindex="0"class="min" href="javascript:pgbuttonclickhide();" title="">Ẩn</a></li> <li id="pgbuttonshow" style="display: none;"> <a tabindex="0" class="max" href="javascript:pgbuttonclickshow();" title="">Xem </a></li> <li id="pgbuttonclose"> <a tabindex="0" class="close" href="javascript:pgbuttonclickclose();" title="">Đóng</a></li> </ul> </div>
<div id="frameminipg"> <iframe src="https://paygate.vtc.vn/MiniPay.aspx?id=14&key=52bbb7d0d3849fb9abcadeffb651c9ad" height="200px" width="200px" scrolling="no"allowTransparency="true" frameborder="0" marginwidth="0px"marginheight="0px" style="background:url(https://paygate.vtc.vn/Resources/Images/minipaygate.jpg);border-bottom-width:0px; text-align: center; background-color:White; vertical-align:middle; border-color:White;" > </iframe> </div> </div> </div> </div>
<script type="text/javascript"> pgbuttonbottomLayer = document.getElementById('pgcontainall'); var pgbuttonIntervalId = 0; var pgbuttonmaxHeight = 220; //Chieu cao khung quang cao var pgbuttonminHeight = 20; var pgbuttoncurHeight = 0; var pgTimeOut = 0; var pgTimShow = 0; // dung de xoa ti
var mycookie = pgGetCookie('pgclose'); if (mycookie == "close" || mycookie == 'close') { document.body.style.marginBottom = '0px'; pgbuttonbottomLayer.style.display = 'none'; } else { pgbuttonIntervalId = setInterval('pgbuttonshow()', 5); window.onload = AutoHide; }
function pgbuttonshow() { pgbuttoncurHeight += 2; var cookieClose = pgGetCookie('pgclose'); if (cookieClose == "close" || cookieClose == 'close') { if (pgbuttonbottomLayer.style.display != 'none') { pgbuttonbottomLayer.style.display = 'none'; pgbuttonbottomLayer.style.height = '0px'; } return; } else { if (pgbuttoncurHeight > pgbuttonmaxHeight) { clearInterval(pgbuttonIntervalId); } pgbuttonbottomLayer.style.height = pgbuttoncurHeight + 'px'; } } function pgbuttonhide() { pgbuttoncurHeight -= 3; if (pgbuttoncurHeight < pgbuttonminHeight) { clearInterval(pgbuttonIntervalId); } pgbuttonbottomLayer.style.height = pgbuttoncurHeight + 'px'; }
function pgbuttonclickhide() { document.getElementById('pgbuttonhide').style.display = 'none'; document.getElementById('pgbuttonshow').style.display = 'inline'; pgbuttonIntervalId = setInterval('pgbuttonhide()', 5); }
function pgbuttonclickshow() { document.getElementById('pgbuttonhide').style.display = 'inline'; document.getElementById('pgbuttonshow').style.display = 'none'; pgbuttonIntervalId = setInterval('pgbuttonshow()', 5); }
function pgbuttonclickclose() { pgSetCookie('pgclose', 'close', 10); document.body.style.marginBottom = '0px'; pgbuttonbottomLayer.style.display = 'none'; }
function AutoHide() { pgTimeOut = setTimeout('pgbuttonclickhide()', 20000); }
function pgRemoveAutoHide() { if (pgTimeOut != 0) clearTimeout(pgTimeOut); if (pgbuttoncurHeight <= pgbuttonmaxHeight) pgTimShow = setTimeout('pgbuttonclickshow()', 3000); }
function pgHideWhenMouseOut() { if (pgbuttoncurHeight >= pgbuttonmaxHeight) { AutoHide(); } clearTimeout(pgTimShow); }
function pgSetCookie(c_name, value, minute) { var exdate = new Date(); exdate.setMinutes(exdate.getMinutes() + minute); var c_value = escape(value) + "; expires=" + exdate.toUTCString(); document.cookie = c_name + "=" + c_value; }
function pgGetCookie(c_name) { var i, x, y, ARRcookies = document.cookie.split(";"); for (i = 0; i < ARRcookies.length; i++) { x = ARRcookies[i].substr(0, ARRcookies[i].indexOf("=")); y = ARRcookies[i].substr(ARRcookies[i].indexOf("=") + 1); x = x.replace(/^s+|s+$/g, ""); if (x == c_name) { return unescape(y); } } }
</script> |
Gửi vào lúc : 17/11/2012 code tạo quảng cáo góc phải web đặt ở chỗ nào trong html vậy chủ thớt ? Thanks! |
Gửi vào lúc : 18/11/2012 gưi tân tiến : ban cho mọi nguoi code moi nguoi cam on ban rat nhieu nhung ban lại ko noi cho moi nguoi biet dat code đo ơ đâu mong ban có the cho biet tung code o tren dat ơ dâu ( mã HTML footer hay mã HTML header , meta ) |
Gửi vào lúc : 19/11/2012 rất hay!!!!!!!!!!!!!!!!!!!!!!! |
Gửi vào lúc : 19/11/2012 rất hay!!!!!!!!!!!!!!!!!!!!!!! |
Gửi vào lúc : 18/01/2016 Chào bạn ! Nhờ bạn tạo giúp mình mã trả góp theo bảng sau được k ạ? Giup đỡ xin gửi về email : hungpv0605@gmail.com . số đt: 0934 00 97 68
|