how to make popup windows always on top?
问题 I want to have a javascript/jQuery popup window (child page) that is always in front of the parent page, something like facebook's current picture viewing feature. it would be closed by the user clicking on the close button. I have tried as below: mywindow = window.open ("DownloadForm.aspx", "mywindow","location=1,status=1,scrollbars=1, width=350,height=150"); mywindow.moveTo(350, 350); this code successfully opened a child page in front of the parent page, but there is jQuery code ( $(#test)