About Rick Johnson Expertise I consider myself knowledgeable in JavaScript and HTML. I hold BS in computer science and an MS in information systems. I formally managed a group that was responsible for all PCs in the worldwide research center of Kraft Food Inc. located in Glenview, Illinois. The company I currently own designs web pages for local, regional and national businesses.
Many of the questions I have received required some research. This is good because it causes me to expand on my existing knowledge.
BackiaRaj P wrote at 2006-08-23 02:46:45
window.showModelessDialog('test.aspx',window,'center:no;status:no;dialogWidth:200px;dialogHeight:350px;dialogLeft:790px;dialogTop:300px;resizable:yes;help:no;scroll:yes;dialogHide:no').
The above code will solve your problem.
Tunir wrote at 2007-10-11 10:05:32
Rick
Your solution works fine for a child window don't have any text field or other window. My problem is, I want a child window like oracle apps self service popup LOVs, which will always stays on top and the child window have other element like text box or other, and you can write in those text boxes and do another serch etc. In your solution, if the child window has any text box, you cannot write in the text box, when you try to write any thing in the text box the focus always go to the child window title and you cannot write any thing in the text box.