I created a script which shows result on a new window popup
window.open('http://google.com','_blank','2','width='+screen.width+',height=50,left=0,top=0,toolbar=0,location=0,menubar=0');
window.open('http://yahoo.com', '_blank','3','width='+screen.width+',height=50,left=0,top=200');
First popup open easily but others are blocked in browser, i want to disable popup blocker when my domain load or when unblock popup when my domain loads.
I am creating a script like farecompare and kayak and they also shows result in popup windows. I have created everything but popup blocker in browsers destroying everything. Is there a way to disable popup blocker in browser without manually doing?