joelwenzel
Programmer
- Jun 28, 2002
- 448
I need to create a popup window. I was planning on using window.open() but it is really slow in IE. Are there any other options
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
window.open('url','name', top=10000, left=10000)
window.resizeTo(100,100);
window.moveTo(100,100);