• 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.

Admin

Well-Known Member
Staff member
Administrator
Đây chỉ là js thôi nhé. Dùng được trên xtgem, wmp, wen.ru...
Hướng dẫn:
Tạo file tên là tuoitrevn.js dưới dạng text và dán code sau vào
HTML:
function breadcrumbs() {
  sURL = new String;
  bits = new Object;
  var x = 0;
  var stop = 0;
  var output = "<div class="rmenu"><a href=/>Trang chủ</a> » ";
  sURL = location.href;
  sURL = sURL.slice(8,sURL.length);
  chunkStart = sURL.indexOf("/");
  sURL = sURL.slice(chunkStart 1,sURL.length)
  while(!stop){
    chunkStart = sURL.indexOf("/");
    if (chunkStart != -1){
      bits[x] = sURL.slice(0,chunkStart)
      sURL = sURL.slice(chunkStart 1,sURL.length);
    } else {
      stop = 1;
    }
    x  ;
  }
  for(var i in bits){
    output  = "<a href=\"";
    for(y=1;y<x-i;y  ){
      output  = "../";
    }
    output  = bits[i]   "/\">"   bits[i]   "</a> » ";
  }
  document.write(output   document.title);
  document.write("</div>");
  }

/*welcome to tuoitreit.vn*/
Dán code này vào head
HTML:
<script type="text/javascript" src="/tuoitrevn.js"></script>
<script type="text/javascript">
<!--
  breadcrumbs()
//-->
</script>
 
Lại js wap da nang kb cho cai nay vao cn nang them

----------> Bổ sung bài viết lúc 03:06 PM <----------> Bài viết trước lúc 02:58 PM <----------

Ak ak ak ak
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top