I need to create a popup in my web app to load a unity file. For that I\'m using Javascript\'s Window.Open.
I don\'t want the user to see the popup\'s URL or to give
what about inline pop-ups? You can write your own code or see this: http://docs.jquery.com/UI/Dialog.
I dont use standard window.open javascript function at all, as in IE 8 it's IMHO impossible to hide location bar.
window.open
Inline (I mean html) dialogs have more features than window.open.
Hope it helps.