The only window.open methods that don't cause the pop-up blocker reaction, in my experience, are window.open methods that are caused by a deliberate user action, such as clicking a button. If you set onclick='window.open'GCCManage.aspx','ManageCashCa rd','width=800,height=600')', then it will not trigger pop-ups, because the user wanted the reaction of the button.
Troubleshooting life: 1 bug at a time.
|