eiteljoh 0 Report post Posted January 17, 2005 having a bit of a problem...i have 1 frameset with 2 frames: frame A and frame B. you click a button in frame B, it inserts some stuff into a database, then i want it to refresh/reload frame A. Is this even a possibility? theres not a lot on the web about it. i'm keen to do this with perl, but would be happy to do with javascript as well. thanks for any help!! Share this post Link to post Share on other sites
bjrn 0 Report post Posted January 18, 2005 having a bit of a problem... i have 1 frameset with 2 frames: frame A and frame B. you click a button in frame B, it inserts some stuff into a database, then i want it to refresh/reload frame A. Is this even a possibility? theres not a lot on the web about it. i'm keen to do this with perl, but would be happy to do with javascript as well. thanks for any help!! 41556[/snapback] Solution: Don't use frames! If you want to use frames perhaps you could do this: When the user clicks on the button you open a page in frame B, so you let the form go to B instead of A. And you let that page (that the form calls, in frame do the DB calls. And then you redirect to the page you want to reload. Share this post Link to post Share on other sites