Now,I make a popup window by using javascript.just like the following code:
var revalue = window.showModalDialog("a.jsp","windowA","dialogLeft:0px;dialogTop:0px;dialogHeight:200px; dialogWidth:720px;help:no;scroll:no;status:no");
in this way,windowA will be to front from the browser.but,if I open an onther applicatoin such as MyEclipse,the windowA is in the back. How can I do that event open other application,windowA is still in the forefront?