• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

iframe refreshing another iframe

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Requires client-side Javascript. Moving appropriately.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic