Hey all,
I've created a Sharepoint Portal Server for one of my company's products. Here is the url:
You'll notice that if you hover over "Safety" or "Maintenance" and select a link, that you will be taken to another page within the portal. In the upper-right hand corner, is "Up to eMESA." If you click that you're taken back to the main portal page. Now this is where the problem is: See the dual scroll bars to the left?
This is caused because the main page is a "Web Page Viewer" web part. Think of it as a page displaying within a page. If you repeat the steps above over, you'll get more and more scroll bars showing up.
What I need to know is if there is some form of javascript function that, when a link is clicked, it updates the parent window. What it is doing right now is updating the child window that is "inside" the parent window. If I keep it this way, it will continue to tile on top of itself. Any help out there???
I've created a Sharepoint Portal Server for one of my company's products. Here is the url:
You'll notice that if you hover over "Safety" or "Maintenance" and select a link, that you will be taken to another page within the portal. In the upper-right hand corner, is "Up to eMESA." If you click that you're taken back to the main portal page. Now this is where the problem is: See the dual scroll bars to the left?
This is caused because the main page is a "Web Page Viewer" web part. Think of it as a page displaying within a page. If you repeat the steps above over, you'll get more and more scroll bars showing up.
What I need to know is if there is some form of javascript function that, when a link is clicked, it updates the parent window. What it is doing right now is updating the child window that is "inside" the parent window. If I keep it this way, it will continue to tile on top of itself. Any help out there???