Thomas2000
Technical User
Hi,
Here is a tricky question!
I have created a default.htm file that we use when we access our sharepoint site. We are loading a top frame with information from an intranet (top frame), and one frame ("main-frame") where the sharepoint site loads.. See example:
<HTML><HEAD><TITLE>Test</TITLE>
<META http-equiv=Content-Type content=text/html;charset=UTF-8>
<META content="Test" name=Test>
</HEAD>
<FRAMESET rows="82,4*" border="0">
<FRAME src=" border="0" scrolling="no" name="header" id="header"> <-- Loads the information from the Intranet in a top frame
<FRAME src="default.aspx" border="0" name="content" id="content"> <--- Loads the Sharepoint site in the "main frame"
</FRAMESET>
</HTML>
Then when going to a subsite you have the link that says "Up to site" and it points to by default. When clicking that it automatically loads the default.htm file and that causes the top frame to load again so you will have two topframes showing.
Is there any way to edit that the "Up to parent" site link points to a default.aspx file? instead of just the root.
When opening the default.aspx I can't see any way to edit that, unless you choose to view the source when looking at the page in a webbrowser, then I can see a reference to the "up to parent site", but that line is only visible after you have loaded the page in a browser and choose to view the source.
Any one have any ideas on how to solve this?
Ofcourse one way of doing it would be to open the site in frontpage, but tried that and Frontpage messed up the site for some reason and the other links like "home" stopped working.
So any ideas or suggestions are welcome.
Thanks!
// Thomas
Here is a tricky question!
I have created a default.htm file that we use when we access our sharepoint site. We are loading a top frame with information from an intranet (top frame), and one frame ("main-frame") where the sharepoint site loads.. See example:
<HTML><HEAD><TITLE>Test</TITLE>
<META http-equiv=Content-Type content=text/html;charset=UTF-8>
<META content="Test" name=Test>
</HEAD>
<FRAMESET rows="82,4*" border="0">
<FRAME src=" border="0" scrolling="no" name="header" id="header"> <-- Loads the information from the Intranet in a top frame
<FRAME src="default.aspx" border="0" name="content" id="content"> <--- Loads the Sharepoint site in the "main frame"
</FRAMESET>
</HTML>
Then when going to a subsite you have the link that says "Up to site" and it points to by default. When clicking that it automatically loads the default.htm file and that causes the top frame to load again so you will have two topframes showing.
Is there any way to edit that the "Up to parent" site link points to a default.aspx file? instead of just the root.
When opening the default.aspx I can't see any way to edit that, unless you choose to view the source when looking at the page in a webbrowser, then I can see a reference to the "up to parent site", but that line is only visible after you have loaded the page in a browser and choose to view the source.
Any one have any ideas on how to solve this?
Ofcourse one way of doing it would be to open the site in frontpage, but tried that and Frontpage messed up the site for some reason and the other links like "home" stopped working.
So any ideas or suggestions are welcome.
Thanks!
// Thomas