Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

wndow.navigate

Status
Not open for further replies.

Kurtz

IS-IT--Management
Mar 1, 2001
2
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top