Hi,
I have a weppage that when a function is called, the function uses document.write(s) to write a table. The table opens to what appears to be a new page. I created a close button for this page with ...onClick'back()'>. this works beautifully in FireFox (closes the table window and returns to the previous page, which is the page from whare the function() is called)however, it does not work in IE. I tried ...onClick'self.close()'> and other variations of the close function. When I get it to work at all, it closes both pages and the browser.
Discription:
1)first page- 1 line of text, a textbox, a button (Calculate). User enters a number into textbox, clicks button, a plain white page displays the table with calculations in it. I want to close this page or go back to the one with the textbox and "Calculate" button.
As I mentioned ...onClick'back()'> works perfect in FireFox but I am looking for a solution that will work in at least FF and IE.
Thanks to all who may have suggestions.
whill1
I have a weppage that when a function is called, the function uses document.write(s) to write a table. The table opens to what appears to be a new page. I created a close button for this page with ...onClick'back()'>. this works beautifully in FireFox (closes the table window and returns to the previous page, which is the page from whare the function() is called)however, it does not work in IE. I tried ...onClick'self.close()'> and other variations of the close function. When I get it to work at all, it closes both pages and the browser.
Discription:
1)first page- 1 line of text, a textbox, a button (Calculate). User enters a number into textbox, clicks button, a plain white page displays the table with calculations in it. I want to close this page or go back to the one with the textbox and "Calculate" button.
As I mentioned ...onClick'back()'> works perfect in FireFox but I am looking for a solution that will work in at least FF and IE.
Thanks to all who may have suggestions.
whill1