This topic is locked

Adding regular HTML page to project

4/27/2011 9:48:02 AM
ASPRunnerPro General questions
B
beachldy author

I'm wanting to add an HTML page to the project. How to I add it to the project and then let it be accessible from one of the ASP runner pages through a button?

Sergey Kornilov admin 4/27/2011

Simply copy this HTML page to the output directory and add a link to any page:

<a href="mypage.html">My page</a>