Hi,
I am using .asp Pages and I will put my Functions and other Global
Preferences in an File. This File should be included in other Files.
It is not easy to find help about this reason :-) I hope anybody can help me.
Thanks
> You are talking about ASP.NET pages and not Classic ASP pages, right?
>
[quoted text clipped - 14 lines]
> >
> > Thanks
Scott M. - 10 Aug 2004 14:49 GMT
This newsgroup is about ASP.NET, but all you need to do for Classic ASP is
create a file that ends with .asp (it can end with other extensions, but for
security reasons, .asp is the way to go). This file should contain only the
script fragments that contain your functions and constant settings that you
want globally available.
On any .asp page that you need to use these functions, just add:
<!-- #include file="relative path to file" -->
to the <HEAD> section of the page.
> Hi,
>
[quoted text clipped - 23 lines]
> > >
> > > Thanks