How do you include another ASP file

M

Merdaad

I am trying to put a few subroutines and some variables into a file and then
use those subroutines and variables(or constants) in other ASP files.
How would you include such a file in your ASP modules.
I know you could include html files. But I don't think I could use an html
file to store subs, vars etc.

Thanks
 
S

Stefan B Rusynko

You would use a server side include (not a FP include pages)
See http://www.4guysfromrolla.com/webtech/faq/Intermediate/faq7.shtml

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am trying to put a few subroutines and some variables into a file and then
| use those subroutines and variables(or constants) in other ASP files.
| How would you include such a file in your ASP modules.
| I know you could include html files. But I don't think I could use an html
| file to store subs, vars etc.
|
| Thanks
 
Top