• 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:

Html Frames With Struts

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all... I am using html frames in my project. In my Index page i have 4 frames basically (header,menu,content and footer). in the menu frame I have a link "Logout" which should logout a user and takes to my home page. but when I am clicking on that, it displays my home page in the same frame (menu). i want it should display the home page in the whole internet explorer window. I haven't used <html:frame> tag, rather I am using simple <frameset...> tags. can anyone help me please. its an urgency.

Thank you all in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic