|
RegisterStartupScript("key", "<script>window.parent.f2.location.replace(f2.aspx?name=f1');</script>");
Pass the name of f1 as a parameter to f2.apsx, and process it in f2
f2 in window.parent.f2.location.replace is the name of the frame where f2.aspx is located |
|