Hiển thị các bài đăng có nhãn thời tiết. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn thời tiết. Hiển thị tất cả bài đăng

Thứ Tư, 26 tháng 2, 2014

tiện ích & jquery trang mới( thời tiết)

lib.js
var windowOpen = false;
var window1;
function MM_openBrWindow(theURL,winName,features) { //v2.0
   if (windowOpen == false)
        {
        windowOpen = true;
           window1=window.open(theURL,winName,features);
        }
   else if (windowOpen == true)
           {
        window1.close();
        windowOpen = true;  
          window1=window.open(theURL,winName,features);
        }
}

action.php
       <a  href="#"  onclick="return MM_openBrWindow('http://chungkhoan.24h.com.vn/','viewclick','scrollbars=no,width=550,height=600,resizable=yes');" >
              <img src="./themes/images/w-chungkhoan.jpg">
        </a>