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.

You are not connected. Please login or register

[Hướng dẫn] làm nút thank không chuyển trang

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

๖ۣۜTom

๖ۣۜTom
Admintrator
Admintrator

1.Tìm trong view_topic đoạn

Code:
<a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">

thay thành

Code:
<a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" target="thanks" onclick="exec_refresh();">

2.Sau đó dán đoạn sau vào cuối view_topic

Code:
<script type="text/javascript">
<!--
function exec_refresh()
{
  myvar = myvar + ' .';
  var timerID = setTimeout('exec_refresh();', 20);
  if (timeout > 0)
  {
      timeout -= 1;
  }
  else
  {
      clearTimeout(timerID);
      window.status = '';
  window.location.reload();
   
  }
}

var myvar = '';
var timeout = 50;
//-->
</script>
<iframe name="thanks" height="0" width="0" frameborder="0"></iframe>

http://www.vn-answer.tk
Share this post on: reddit

No Comment.

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết