I am trying to use the open.window to get a new window how can I make it modal so that I can still access the parent window thru code but cant switch focus to parent window until closing child window.
Thank you
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Make the parent window a Frame and make the child window a Dialog. It has a constructor: Dialog(Frame owner, boolean modal)
"JavaRanch, where the deer and the Certified play" - David O'Meara
David Shepherd
Ranch Hand
Joined: Mar 02, 2001
Posts: 35
posted
0
Are you talking about Javascript or Java?
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Java. This IS a java forum. We have a different forum called "HTML and JavaScript" for JavaScript questions.