0

We are using extjs 3.4 version. We are also using normal html, not html5.

CD..
  • 72,281
  • 25
  • 154
  • 163
CodeMachine
  • 35
  • 1
  • 7

1 Answers1

1

Its a known issue in chrome browser

you can use window.open();

window.open("http://www.google.com", "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=200, left=500, width=800, height=600");
Luca Detomi
  • 5,564
  • 7
  • 52
  • 77