• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share code1k.com khởi động lại - ăn hại gấp 3

Admin

Well-Known Member
Staff member
Administrator
Sau thời gian hoạt động 2 năm code1k.com đã hoàn toàn bị mất tất cả dữ liệu nên tạm dừng hoạt động để sửa chữa vào hôm nay 24/07/2012 code1k đa có kha khá bài viết và lượng code hùng hậu anh em ai có nhu cần thì vào đó kiếm nhé rất nhiều hiệu ứng hay 2 code này mình thấy hay nên share anh em nà
Code hiệu ứng loading khi đang tải trang ( Demo )
HTML:
<!-- Code1k.com -->
<script type="text/javascript">
//<=!=[=C=D=A=T=A=[
window.onload = detectarCarga;
function detectarCarga() {
document.getElementById("Load1k").style.display="none";
}
//]=]=>
</script>
<div id="Load1k" style="position: absolute; right:20px; top:5px;">
<table width="100px">
<tr><td><b><span style="color:#666;">ĐANG TẢI</span></b></td></tr>
<tr><td><img src="http://3.bp.blogspot.com/-aPa5D5UnK2g/UA0hXPuIReI/AAAAAAAAJEI/KcKGrvtkAgk/s1600/loading-code1k.com.gif" alt="" style="border:0px; width:80px; height:80px;" /></td></tr>
</table>
</div>
<!-- Code1k.com -->
Code tiếp:
Giới thiệu tí: :D Code sau đây mình thấy rất ổn cho các bạn muốn thêm popup cho wap/web của mình vì code này có thể điều chỉnh cho mỗi trang bao nhiêu giây thì bắt đầu mở popup ( mặc định là 3, nếu trình duyệt vẫn cho phép ) và sau khi mở popup thì sau 10 giây popup sẽ tự tắt bạn có thể đem về để chỉnh sửa cho trang wap/web của mình nhé.
Code nè:( demo )
HTML:
<script type="text/javascript">
//<=!=[=C=D=A=T=A=[
function autoPopup1k() {
text = "<html><head><title>Code1k.com</title><body><center>Cảm ơn bạn đã truy cập website Code1k.com...<br /><a href='http://www.code1k.com' target='_blank'><img src='http://3.bp.blogspot.com/-8dsYCy3XnFA/UA0Qov9NXrI/AAAAAAAAJDM/ER2BSPMdzV4/s1600/code1k.com-script-tu-dong-bat-popup-tuy-chinh-1.jpg' alt='' /></a><br/>...Trong 10 giây nữa Popup này sẽ tự tắt.</center></body></html>";
setTimeout('windowProp(text)', 3000); // thời gian sẽ bật popup
}
function windowProp(text) {
newWindow = window.open('','newWin','width=600,height=400');
newWindow.document.write(text);
setTimeout('closeWin(newWindow)', 10000); // thời gian tắt popup
}
function closeWin(newWindow) {
newWindow.close();
}
//]=]=>
</script>
<script type="text/javascript">
//<=!=[=C=D=A=T=A=[
autoPopup1k();
//]=]=>
</script>
<!-- Mọi bản quyền vui lòng để lại Code1k.com -->
Nguồn code1k
 
admin code1k là ai vậy nhỉ???
tên miền code1k.com bị mất rồi sao ko để lại tên miền .blogspot nhỉ
trên đó còn nhiều code rất hay
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top