Hi, This might not be the appropriate place to post my question but I thought I might get an answer if I post the question here.
I have a web page which has 2 frames each opening 2 different web applications.When I logon to frame1 I internally also logon to web app in frame2 and display the index page in frame2. Practically I want both he application to have differnt HttpSessions. When user click on a link in frame1 it should open a window with href being the url of the webapplication in frame2 using session of frame2. This works in netscape perfectly. In IE the new window does not open frame2's index page it instead goes to the login page as if the user did not login in earlier. I want the index page to be displayed and the new window opened to use the same session as frame2 and not of frame1. Is this possible? Can someone please suggest how I can do this in IE? When I use window.parent.open it opens the index page but then the same session is carried in the new window and the parent window which is causing different problems. Thanks in advance, Anna. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
