I have a page which opens a little popup to show recieved messages but when ever the page tries to open the popup the user should click on the yellow message on top of internet explorer and click on ( allow popup ) otherwise the popup will not be showed
Is there any way to open this window without getting permission?
[CODE=javascript]
<script type="text/javascript" >
window.open('my page.php','page name','toolbar= 0,scrollbars=0, location=0,stat usbar=0,menubar =0,resizable=0, width=500, height=360, left=200, top=200 ');
</script>
[/CODE]
Is there any way to open this window without getting permission?
[CODE=javascript]
<script type="text/javascript" >
window.open('my page.php','page name','toolbar= 0,scrollbars=0, location=0,stat usbar=0,menubar =0,resizable=0, width=500, height=360, left=200, top=200 ');
</script>
[/CODE]
Comment