+) CODE:
+) TẢI FILE JS: Đính kèm
+) CHÚ Ý: * Nên đặt ở banner hoặc content có độ rộng lớn hơn 760px để không bị vỡ khung
* Có thể tạo tìm kiếm kiểu popup như bên demo http://azsharing.net của mình cho gọn
- Tạo 1 file google-search.html -> chèn code ở trên vào
- Tạo 1 liên kết tới popup này bằng code:
<script src="http://dl.dropbox.com/u/24829618/azsharing.net/js/google.js" language="javascript" type="text/javascript"></script>Bạn chú ý : http://dl.dropbox.com/u/24829618/azsharing.net/js/google.js là đường dẫn file .JS, bạn có thể upload lên web bạn cho nhanh nhé. Ảnh, js trong code mình đều upload lên dropbox nên code luôn dùng được không bị die link ảnh,...
+) TẢI FILE JS: Đính kèm
+) CHÚ Ý: * Nên đặt ở banner hoặc content có độ rộng lớn hơn 760px để không bị vỡ khung
* Có thể tạo tìm kiếm kiểu popup như bên demo http://azsharing.net của mình cho gọn
- Tạo 1 file google-search.html -> chèn code ở trên vào
- Tạo 1 liên kết tới popup này bằng code:
CODE
<script type="text/javascript">
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','height=100,width=800,left=150,top=100,resizable=yes,scrollbars=yes,toolbar=yes,me nubar=no,location=no,directories=no,status=no')
}
</script>
* <a href="JavaScript:newPopup('google-search.html');">Google Search</a>
* Please Don't Spam Here. All the Comments are Reviewed by Admin.