G
Guest
Help, Want someone's option. I'm calling a popup screen, say form B, to
add/edit a record. In, say form A, I call form B using javascript
window.open in server side code. I need to know when I come back to form A
so I can refresh the screen from the database if a record was added or the
data changed that I'm displaying. My question is: What is the best way to
figure out when form b finishes and return to form A so that I can run this
refresh routine? Hope this is clear?
Thank you,
Logger
add/edit a record. In, say form A, I call form B using javascript
window.open in server side code. I need to know when I come back to form A
so I can refresh the screen from the database if a record was added or the
data changed that I'm displaying. My question is: What is the best way to
figure out when form b finishes and return to form A so that I can run this
refresh routine? Hope this is clear?
Thank you,
Logger