This topic is locked
[SOLVED]

 <!--#include file="Sales_Search.asp"--&#

9/28/2010 1:46:28 PM
ASPRunnerPro General questions
E
erdinoxyz author

Hello

Bottom code not work in visual editor tab

<!--#include file="weather.asp"-->

I want to import any asp file in Sales_Search.asp

Is there a solution for this?

Thanks

C
clig 9/28/2010



Hello

Bottom code not work in visual editor tab

<!--#include file="weather.asp"-->

I want to import any asp file in Sales_Search.asp

Is there a solution for this?

Thanks


specify it's relative path - i.e. put it in the sub folder include then do
<!--#include file="include/weather.asp"-->

Sergey Kornilov admin 9/29/2010
E
erdinoxyz author 9/30/2010

Very thanks for your assistance.

This codes good work. (After table initialized events in events tab)

%>

<!--#include file="customfile.asp"-->

<%