Question #34097

sir, how to open the pop up window in javasript when page load without click on allowed on browser, autometically open the window, how can do this, please help me sir

Expert's answer

$(document).ready( function() {

loadPopupBox();

function loadPopupBox() { // To Load the Popupbox
$('#popup_box').fadeIn("slow");
$("#container").css({ // this is just for style
"opacity": "0.3"
});
}

});

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS