This topic is locked

More hyperlinks issue

9/4/2007 6:08:21 PM
ASPRunnerPro General questions
E
ebolisa author

Hi,

I would like to add a hyperlink to a local web page (http://192.168.0.1/notes/technotes.asp) in the MENU list so that the logged user can view it. I'm actually editing the file menu.htm to accomplish it but, of course, when I do a new build, I loose the changes. Is there a way around?

TIA

Emilio

M
Michael7 9/4/2007

Add the link into the menu page from ASP runner and it will hold the value each time you build
<TR>

<TD><A href="/notes/technotes.asp">technotes</A>

</TD>

</TR>
or just take a copy of the menu page before your build and name it menu2.htm

after the build delete the generated menu.htm file and rename menu2.htm back to menu.htm.

Sergey Kornilov admin 9/4/2007

Emilio,
make this change in Visual Editor in ASPRunnerPro.