Jack101
11-13-2002, 09:33 AM
I'd appreciate any help with this ...
I have a frameset with a number of frames, say A, B and C. The user may select an 'add item' link from frameA and a new page is displayed in a new window with a form which they key the new data into. On submitting the form the same page processes it (using '$php_self') and updates the database, and displays 'update succesful'. The original frameset is still displayed in the background.
I would then like the user to press a 'continue' button (or some other mechanism) and link back to the original frameset and refresh two frames, B & C, (same pages in them) and leave the others as they are (unrefreshed), and also close the new update window.
Is this possible?
Thanks for your help.
Jack.
I have a frameset with a number of frames, say A, B and C. The user may select an 'add item' link from frameA and a new page is displayed in a new window with a form which they key the new data into. On submitting the form the same page processes it (using '$php_self') and updates the database, and displays 'update succesful'. The original frameset is still displayed in the background.
I would then like the user to press a 'continue' button (or some other mechanism) and link back to the original frameset and refresh two frames, B & C, (same pages in them) and leave the others as they are (unrefreshed), and also close the new update window.
Is this possible?
Thanks for your help.
Jack.