Need help to open popup in new window
I am running an educational website, there is one query, I want to open a
popup on website load.
<script type="text/javascript">
$(document).ready(function() {
$.fn.colorbox({href:"http://www.governmentjobs-examresults-admitcard.in/",
open:true});
});
</script>
No comments:
Post a Comment