Open
Clicking opens a new window; make it stop!
In an accounting/payroll software application, a new window opens instead of a new tab. How to I fix this?
I've already tried about:config method as well as the simple 'tabs and browsing' method within Firefox settings. Nothing seems to work.
In an accounting/payroll software application, a new window opens instead of a new tab. How to I fix this?
I've already tried about:config method as well as the simple 'tabs and browsing' method within Firefox settings. Nothing seems to work.
การตอบกลับทั้งหมด (1)
That depends on how the app is written. One of the few exceptions to allowing actual windows being open is a JS trigger with exact dimensions. If you want to forbid sites opening these, browser.link.open_newwindow.restriction = 0 would also turn these into new tabs.