• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Frames not working properly in Netscape 6.2

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 3 frames in my HTML page, the top 2 frames
always will have HTML stuffs and the 3rd frame will have either a PDF or HTML document..

Frame 1 is my portal LOGO... HTML page
Frame 2 is also HTML
Frame3 is the target frame for FORM in Frame2
Frame3 is initilally loaded with a blank.html
and it has form which has a submit button when the user clicks on the button I call my servlet which creates either a pdf or html document and it goes to Frame 3
the problem is after my user clicks on the button I render him the report and if he goes to someother url and tries to comeback using browser BACK button..
Frame2 is refreshed... and Frame3 is not

content in THIRD frame... remains the same
do you have any idea?
This problem exists only in Netscape 6.2 not in IE
Your help is highly appreciated
Ram
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
im not sure exactly with a frame but something along the lines of
window.location.reload() ?
[ March 27, 2002: Message edited by: Randall Twede ]
 
If you open the box, you will find Heisenberg strangling Shrodenger's cat. And waving this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic