aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes iframe refreshing another iframe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "iframe refreshing another iframe" Watch "iframe refreshing another iframe" New topic
Author

iframe refreshing another iframe

gautam anand
Greenhorn

Joined: Jun 02, 2004
Posts: 22
Hi,

I have a jsp page containing a tree structure with hyperlinks and that jsp page also contains two iframes, one of the iframe contains login information and the other contains the main application jsp pages. The page on the second iframe changes depending on the link clicked from tree. When a user logins on one iframes certain features are added to the second iframe pages. The problem I am facing is that even though the user has logged in one iframe the second iframe does not show the additional features until the second iframe is manually refreshed. I want the second iframe to be refreshed when correct login information is entered in the first iframe i.e. i want the second iframe to be refreshed only once.

Please help!!

I sincerely appreciate your help

Thanks
Gautam
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

Requires client-side Javascript. Moving appropriately.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: iframe refreshing another iframe
 
Similar Threads
How to implement tabs and workspaces within tabs.
on session expire in iframe - open login page in parent window
iframe refresh problem
Two Iframe communication
iFrame issues