f Yunker
|
| Posted: 02/15/2002, 8:31 AM |
|
Oh, My!
Has anyone trying FrontPage integration/co-existence with even it's navigation. My problem is that when using ASP +templates CC want's the .asp page called first....Front page navigation wants the .html page under it's navigation structure. Add ing code charge pages into FrontPage is a breeze for everything but this Navigation issue. ANY attempts out there?
|
|
|
 |
Andrea
|
| Posted: 03/12/2003, 6:35 AM |
|
Did you find how solve problem ?
I have same
Thanks Andrea
|
|
|
 |
GreggB
|
| Posted: 03/12/2003, 11:36 AM |
|
I'm using PHP but knowing FrontPage you may have the same problem I do with PHP and Navigation.
To solve the problem with PHP I use both the .php & .html in the Navigation. I first drag over the .php where I want it in the Navigation. Then I drag over the .html and here comes the trick. You now have both .asp & .html one above the other. While still in Navigation and the pointer still on the .html, right click your mouse and in the popup menu click on "Include In Navigation Bars". This disables the .hmtl from showing up but will cause the .asp to show.
The home page is tricky. the will be joined together like;
All .html will be "Excluded from Navigation Bars" and all .asp will be "Included in Navigation Bars".
(Excluded)
Home.htm|---------Home.asp (Included)
|
|---------NextPage1.html (Exluded)
|---------NextPage1.asp (Included)
Hope you understand and this helps!!!
Good Luck
Greggb
|
|
|
 |
|