hi, i have this popup box how i can make this open automatic when page open ? http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/ Thanks.
ok i have the code but i think posting codes is against DP TOS, so you can PM me i will mail u this code...
There is a line that looks like this from the link you provided: $("#button").click(function() This makes it so when you click the button your popup happens. Remove the click event code so that your centerPopUp and loadPopUp functions execute without waiting for a button click. Just remove the button click code above and its corresponding braces. This should all appear inside your $(document).ready function. Also, is it against the TOS to post code here? I assumed it was ok to post code.