aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes closing window with frames Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "closing window with frames" Watch "closing window with frames" New topic
Author

closing window with frames

naveen rajan
Greenhorn

Joined: Jul 31, 2001
Posts: 5
how do i close a window which contains frames
Dilupa Perera
Greenhorn

Joined: Jul 12, 2001
Posts: 3
I don't think there is a specila way to close a window with frames.
just try window.close()
I hope thsi will work
Originally posted by naveen rajan:
how do i close a window which contains frames

Brian Glodde
Ranch Hand

Joined: Jun 27, 2001
Posts: 171
also, you might try top.close() or parent.close()
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: closing window with frames
 
Similar Threads
Creating Homepage using Java
JSP:FORWARD
How to open a link in a part of a page (without using a frame )
documentbase
Display two Frames In One Window?