Using a single cell table I created an exit ''button'' on a selection page to exit out of the application.
Following this page, a results page is displayed - not via the exit button - and for various reasons is displayed in a new window using window.open method with no toolbars, menu etc.
On entering the application and pressing the Exit ''button'' the page is successfully redirected to another portal like page on an intranet site. However, after the results page has been closed using self.close() then the exit function is unable to find the portal like page eventhough the same code is being used. ( the selection page has been refreshed after the new window opens on top.)
I have even tried to change the slection page via the open (top) window and still it fails to redirect itself.
No server side coding has been used,apart frrom getting the results to the results page. MSIE browser is being used.
Any suggestions?
Following this page, a results page is displayed - not via the exit button - and for various reasons is displayed in a new window using window.open method with no toolbars, menu etc.
On entering the application and pressing the Exit ''button'' the page is successfully redirected to another portal like page on an intranet site. However, after the results page has been closed using self.close() then the exit function is unable to find the portal like page eventhough the same code is being used. ( the selection page has been refreshed after the new window opens on top.)
I have even tried to change the slection page via the open (top) window and still it fails to redirect itself.
No server side coding has been used,apart frrom getting the results to the results page. MSIE browser is being used.
Any suggestions?