Frame Problem

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.
 
C

Curt_C [MVP]

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.
 
C

Chris Kennedy

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.
 
C

Chris Kennedy

I'm not sure what you mean. Could you explain it with a bit psedocode.
Cheers
 
C

Chris Kennedy

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top