۩۞–»Diễn đàn 08K1 «–۞۩

Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
۩۞–»Diễn đàn 08K1 «–۞۩

Latest topics

» Cách log 2 Acc Shaiya, Gunny, webgame, programs ... một lúc - Sử Dụng Sandbox, zBinz, Auto bow, auto click shaiya
by Pony Fri Nov 14, 2014 9:32 am

» [Share] Code Tuyết rơi cho Website, Forum cực cool!
by phathiendenhat Mon Nov 04, 2013 11:08 am

» Nghe nhạc mọi định dạng trên máy cấu hình yếu - Media Player Classic
by downloadfree Fri Jun 21, 2013 2:10 pm

» Tạo form cập nhật dữ liệu trong foxpro 9
by Pony Mon Feb 25, 2013 3:12 pm

» Một số đề thi Kế toán Tài Chính 3
by cobexabong Wed Jan 23, 2013 4:19 pm

» Công thức Thị trường chứng khoán
by tuanctd Thu Jan 10, 2013 11:04 am

» Tạo đĩa cứu hộ máy tính cực nhanh - DLC Boot 2013 v1.0 (Boot đa năng với Mini Windows XP & Mini Windows 7)
by Pony Mon Dec 17, 2012 7:34 pm

» Bình chọn Clip SV2012 - thứ 5 quay thưởng lấy quà nào!!!
by hoanglongspkt Wed Nov 28, 2012 1:01 pm

» Đề thi tốt nghiệp Kế toán tài chính có giải
by cherrybj Wed Oct 24, 2012 3:32 pm

» [PTS] Nắng hạ nè! ^^
by Pony Sun Oct 07, 2012 10:35 am

» Ai cần tham khảo bài làm FOXPRO thì vào đây !
by winky1306 Mon Oct 01, 2012 3:15 pm

» Tặng mặt nạ dưỡng chất khi mua ví cầm tay tại Eropi
by eropi1308 Sat Sep 22, 2012 11:33 am

» Điểm nhấn cho phong cách thời trang của bạn- Mua lắc tay nhận quà tặng hấp dẫn
by eropi1308 Sat Sep 22, 2012 11:29 am

» got mat tham my
by kenhsieuthi.com Wed Aug 29, 2012 11:39 pm

» Trung Quốc lộ “nanh vuốt” trong tranh chấp Biển Đông
by Pony Sun Aug 12, 2012 12:12 am

» Hãy Cho Anh Cơ Hội [Tặng Kua Ha Long]
by panettin Mon Jul 30, 2012 3:04 am

» [Clip] Lời anh muốn nói - Design by Pony - For My Love
by Pony Tue Jul 10, 2012 8:50 pm

» Kua Ha Long
by panettin Sat Jun 30, 2012 11:23 pm

» [Đề thi] Kế toán tài chính 1, 2, 3
by Pony Fri Jun 15, 2012 11:33 am

» Foxit Reader 2.3 đọc file pdf không cần cài. Chỉ bằng cú click chuột
by Pony Fri Jun 15, 2012 11:27 am


    [Code] Tiêu đề chạy ấn tượng trong Web

    Pony
    Pony
    V.I.P
    V.I.P


    Tên : Nguyễn Tuấn Vũ
    Tâm Trạng : Đang Yêu
    Đến từ : Góc Khuất của tâm hồn !
    Nghề nghiệp : Kết Nối ...
    Posts : 2622
    Points : 9240
    Thanked : 4205
    Châm NgônThà một phút cười rồi bị đánh.
    Còn hơn ngồi rầu rĩ cả trăm năm.
    Giới tính : Nam

    [Code] Tiêu đề chạy ấn tượng trong Web Empty [Code] Tiêu đề chạy ấn tượng trong Web

    Bài gửi by Pony Wed Jun 09, 2010 10:19 pm

    Với các code này bạn có thể đặt trong các thẻ
    Code:
    <head>code tại đây</head>

    Loại thứ 1:
    Code:
    <script language=javascript >

    title_tmp1=document.title
    if (title_tmp1.indexOf(">>")!=-1){
    title_tmp2=title_tmp1.split(">>");
    title_last="*~*"+title_tmp2[1];
    title_last=title_last + "*~*" + title_tmp2[2];
    }else{

    if (title_tmp1.indexOf("*~*")!=-1){
    title_tmp2=title_tmp1.split("*~*");
    title_last="*~*"+title_tmp2[1];
    if (title_last=="*~*"){title_last="*~*"};
    if (title_last=="*~*"){title_last="*~*"};
    }
    else { title_last=" [You must be registered and logged in to see this link.] - Diễn đàn lớp 08K1 - ĐH Chu Văn An "}
    }


    title_new=""+title_last+""
    step=0

    function flash_title()
    {
    step++
    if (step==8) {step=1}
    if (step==1) {document.title='[----*'+title_new+'*----]'}
    if (step==2) {document.title='[---*-'+title_new+'-*---]'}
    if (step==3) {document.title='[--*--'+title_new+'--*--]'}
    if (step==4) {document.title='[-*---'+title_new+'---*-]'}
    if (step==5) {document.title='[--*--'+title_new+'--*--]'}
    if (step==6) {document.title='[---*-'+title_new+'-*---]'}
    if (step==7) {document.title='[----*'+title_new+'*----]'}
    setTimeout("flash_title()",180);
    }
    flash_title()

    </script>
    DEMO: [You must be registered and logged in to see this link.]

    Code loại thứ 2:

    Code:
    <script language=javascript>
    var titletext="۩۞–»[You must be registered and logged in to see this link.] - Diễn đàn lớp 08K1 - ĐH Chu Văn An«–۞۩";   
    var repeat=true;                                                       
    var index=0;
    function scrolltitle()
    {
     if(index <=titletext.length)
    {
    document.title=titletext.substring(0,index);
     index++;
     setTimeout('scrolltitle()', 2);
     }
    else
    {
     index=0;
     if(repeat)setTimeout('scrolltitle()',1000);
     }
    }
      window.onload=function()
    {
     if(!document.layers)setTimeout('scrolltitle()',1000);
     }
    </script>


    Với các code này bạn có thể làm cho thanh tiêu đề xinh động hơn
    Good Luck!

      Hôm nay: Mon Apr 29, 2024 10:53 pm