javascript - can't change popup location firefox -


normally on firefox, ctrl-t opens new tab, , ctrl-l focuses on url entry bar, can edit , go new location.

window.open('myurl.php','infowindow','width=750,height=750'); 

since several years ago, these no longer possible "pop-up" windows don't have toolbar etc.. ctrl-t nothing, , url no longer editable manually. why did firefox this? must know can use javascript this, why make these restrictions on javascript-opened popups?

are there add-ons allow open tab in pop-up? or, can change in :about settings. thanks.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -