Latest Tricks :
Home » » HTML Popup Window Code

HTML Popup Window Code

| 0 comments

Pop up for website. A little window opens



<!-- This Script is from www.hackingcrush.com, Coded by: Sukant Sharma-->
<script>
// Popup window code
function newWindow(url) {
    popupWindow = window.open(
        url,
        'popUpWindow',
        "height=500,width=450,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")
}
newWindow('http://www.hackingcrush.com');
</script>


<font face="Tahoma"><a target="_blank" href="http://www.hackingcrush.com/"><span style="font-size: 8pt; text-decoration: none">HTML Free Code</span></a></font>



Change you link by replacing http://www.hackingcrush.com

Share this article :

0 comments:

Post a Comment

 
A Website by Neeraj
Copyright © 2014. Hacking Crush - All Rights Reserved
Developed by :Neeraj Dhawan
Organized by : Neeraj Dhawan