Re: Using subroutines in asp and global.asa by Ken
Ken
Thu May 06 06:06:01 CDT 2004
You can also use <script></script> in your asp pages if you want.
But aren't you storing all your routines in a central #include file?
Cheers
Ken
"Cecil Westerhof" <someone@microsoft.com> wrote in message
news:e26KGT1MEHA.2716@tk2msftngp13.phx.gbl...
: We would like to use certain functions in our web application and in
: global.asa. The problem is that in global.asa <script> and </script> has
to
: be used, but in asp <% en %>. Is there a way around this problem? We do
not
: like to have two copies of the exact same code.
:
: