I have a php-driven web application that uses a frameset with 4 frames: left, right, header and footer. The left frame contains an explorer-like tree with links to pages that are opened in the right frame.
My problem occurs when I do this procedure:
- I right-click on a link in the tree and selects "Open in New Window". The page that are normally opened in the right frame is then opened alone in a new browser window.
- In the new browser I type in the URL to the whole application. It is then opened in the new browser with all 4 frames.
- Every time I click on a link in the tree in the left frame of the new browser, the links page is opened in the whole browser instead of just the right frame, as if I had selected "Open in New Window".
My question is: How come the frameset doesn't work in the browser opened from the link in the original browser?
I have noticed that the new browser doesn't get an own IEXPLORE.EXE process in the task manager. It seems as if it's only a new thread in the original browsers process. Can that have anything to do with the strange frame behavior?
Thanks in advance!
My problem occurs when I do this procedure:
- I right-click on a link in the tree and selects "Open in New Window". The page that are normally opened in the right frame is then opened alone in a new browser window.
- In the new browser I type in the URL to the whole application. It is then opened in the new browser with all 4 frames.
- Every time I click on a link in the tree in the left frame of the new browser, the links page is opened in the whole browser instead of just the right frame, as if I had selected "Open in New Window".
My question is: How come the frameset doesn't work in the browser opened from the link in the original browser?
I have noticed that the new browser doesn't get an own IEXPLORE.EXE process in the task manager. It seems as if it's only a new thread in the original browsers process. Can that have anything to do with the strange frame behavior?
Thanks in advance!