lpatnaik
Programmer
- Jul 11, 2002
- 53
Hi,
I have a whole bunch of frames containing frames.. I have declared a variable as var flgChanged = 0; in the topmost frame. I am setting this flag to 1 in the bottomost frame by window.top.frmaes[0].flgCHanged = 1;
Then I am trying to reset this flag from one included js file in the bottommost frame by using the code window.top.frmaes[0].flgChanged = 0; This code gets called when the form is submitted and its just before the submit call.
This works fine in IE 6 without any hitch, but its bombing in IE 5. I just dont have any clue about it. There is a similar flag used in mostly the smae way and its working fine in IE 5. Any idea.
This is URGENT
I have a whole bunch of frames containing frames.. I have declared a variable as var flgChanged = 0; in the topmost frame. I am setting this flag to 1 in the bottomost frame by window.top.frmaes[0].flgCHanged = 1;
Then I am trying to reset this flag from one included js file in the bottommost frame by using the code window.top.frmaes[0].flgChanged = 0; This code gets called when the form is submitted and its just before the submit call.
This works fine in IE 6 without any hitch, but its bombing in IE 5. I just dont have any clue about it. There is a similar flag used in mostly the smae way and its working fine in IE 5. Any idea.
This is URGENT