View Single Post
Old 01-18-2013, 01:42 AM   PM User | #1
khaja.jab
New to the CF scene

 
Join Date: Jun 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
khaja.jab is an unknown quantity at this point
popup image link

Code:
Hello friends....
Please help me... This is my popup window script...
i want to open one window when i click on that image...

 
<script type="text/javascript">
$(function()
{
    $(window).bind('load', 
        function(e) 
        {
		
            $.colorbox({opacity:0.3, href:"css/images/popup.gif"});

        });
});
</script>
khaja.jab is offline   Reply With Quote