K
|
kat 6/22/2006 |
Joan, |
B
|
barljo00 author 6/23/2006 |
Joan, to add a link to get to the main FP menu on each page you can use header.asp file for example. Create it using any text editor, put your link there and save this file in output/include directory. It will be displayed on all generated ASP pages. If you like these header will be added to all generated ASP projects automatically you need to put these files to C:\Program Files\ASPRunnerpro\source\include directory.
|
K
|
kat 6/26/2006 |
Joan, <html> <head> <title>PWT_Menu</title></head> <body> <a href="d:\inetpub\wwwroot\hsQR\SETDMeetings\PWT_Menu.htm">PWT_Menu</a> </body> </html>
|
B
|
barljo00 author 6/26/2006 |
Joan, put this code into header.asp file: Save this file in your output/include directory. Rebuild the project. You'll see the PWT_Menu link on the top of the each generated ASP page.
|
K
|
kat 6/27/2006 |
Joan, |
B
|
barljo00 author 6/27/2006 |
OK, we're getting close. THe link does appear on each page, but it won't go to the menu page when clicked. It shows as file:///d:\inetpub\wwwroot\hsQR\SETDMeetings\PWT_Menu.htm">PWT Menu when you hover over it. |
![]() |
Sergey Kornilov admin 6/27/2006 |
Joan, <a href="PWT_Menu.htm">PWT_Menu</a> |