Cho em xin code kiểm tra link của FMVI như thế này dc hok ạ
VD :Kapiz.info
VD :Kapiz.info
Trong overall_header, tìm code này:fantastic wrote:Cho em xin code kiểm tra link của FMVI như thế này dc hok ạ
VD :Kapiz.info
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$(".postbody a[href^='http']:not('a[href*=08sh.tk], a[href$=.jpg], a[href$=.png], a[href$=.gif], a[href$=.bmp], a[href$=.jpeg]')").click(function () {
var redirect = "http://www.fmvi.org/h78-redirect?forum=08sh.tk&link=" + $(this).attr("href");
openWin(redirect, 1000, 250);
return false;
});
});
function openWin(a, b, c) {
width = b;
height = c;
top_val = (screen.height - height) / 2 - 30;
0 > top_val && (top_val = 0);
left_val = (screen.width - width) / 2 - 18;
window.open(a, null, "toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=" + width + ",height=" + height + ", top=" + top_val + ",left=" + left_val)
};
</script>
<script src="{JQUERY_PATH}" type="text/javascript"></script>