Frame Problem

  • Thread starter Thread starter Curt_C [MVP]
  • Start date Start date
C

Curt_C [MVP]

Chris said:
I have a button on a webform in frame 1 which causes a frame to loaded into
frame 2 in my frame set. I need, however, for some server side code in the
button's onclick event to execute before the other frame refreshes. Is this
possible. Cheers.
not unless you pass the call to frame2 back to frame1 after the process
completes.
 
Chris said:
I'm not sure what you mean. Could you explain it with a bit psedocode.
Cheers

All I'm saying is that you will have to have the first frame call some
clientside javascript to force the second frame to refresh/load/etc.
 
I have a button on a webform in frame 1 which causes a frame to loaded into
frame 2 in my frame set. I need, however, for some server side code in the
button's onclick event to execute before the other frame refreshes. Is this
possible. Cheers.
 
No I know how to get the first frame to make the second frame reload.
Frame 1 has a button. I want to press the button, trigger a postbaack to
execute some server side side code then cause the second frame to refresh.
Any ideas.
 
Back
Top