• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Script bật cửa sổ với mã nguồn soạn sẵn

Admin

Well-Known Member
Staff member
Administrator
Đoạn mã javascript cho phép bật một cửa sổ trình duyệt nhỏ lên, và trong cửa sổ đó bạn đã chèn trước một đoạn code nào đó tùy ý.

Demo: http://www.code1k.com/demo/2012/07/script-bat-cua-so-voi-ma-nguon-soan-san.html

HTML:
<script type="text/javascript">
//<![CDATA[
function openOpen1k() {
Open1k=open("","Code1k.com","height=400,width=500,status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=no,left=100,top=100");
Open1k.document.write("<center>Cảm ơn bạn đã truy cập website Code1k.com...<br/><br/><img src='http://4.bp.blogspot.com/-d-Zl8vDTElI/UAfDoQgjIBI/AAAAAAAAI7c/Ek7aheoUXcA/s1600/code1k.com-script-bat-cua-so-voi-ma-nguon-soan-san-1.jpg'/><br/><br/>...hoặc chèn bất cứ đoạn mã nào bạn muốn</center>");
}
//]]>
</script>

<a href="#code1k.com" onclick="openOpen1k()">Hãy thử nhấn vào đây</a>
<!-- Code1k.com -->
 

Facebook Comments

New posts New threads New resources

Back
Top