cuetzpalin
Programmer
Hello,
I have a page with 2 frames.
The top frame has category headings. The bottom frame has text boxes under each category heading for input. Also, on the bottom page I have a "submit" button and "Cancel" button. The "Submit" button updates a table. I would like to close the page after the "Submit" takes place and also if the user clicks on "Cancel". However, I think the frame doesn't allow me to use the <a href='javascript:window.close();'>, since I click on "Cancel" and nothing happens. It was recommended that I call another page...which is feasible, but how can I close the page with the frames?
Please help.
Thank you!
-Ed
I have a page with 2 frames.
The top frame has category headings. The bottom frame has text boxes under each category heading for input. Also, on the bottom page I have a "submit" button and "Cancel" button. The "Submit" button updates a table. I would like to close the page after the "Submit" takes place and also if the user clicks on "Cancel". However, I think the frame doesn't allow me to use the <a href='javascript:window.close();'>, since I click on "Cancel" and nothing happens. It was recommended that I call another page...which is feasible, but how can I close the page with the frames?
Please help.
Thank you!
-Ed