Social media

Đây vẫn còn là một thị trường lớn cần tìm hiểu, các bạn có thể chia sẻ cùng mình nhé!

Monday, 30 June 2014

ảnh đại điện long

...

Chống click chuột phải vào website

Thêm đoạn code sau vào header <!--ban quyền--> <script language="javascript" type="text/javascript"> function opp(url, name, width, height){ var left = (screen.width - width)/2; var top = (screen.height - height)/2; window.open (url, name, "toolbars=no, resizeable=no, menus=no, left="+left+", top="+top+", width="+width+", height="+height+",scrollbars=yes"); } <!-- //Disable right mouse click Script //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive //For full source code, visit http://www.dynamicdrive.com ...