Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

procedure across ASPs 1

Status
Not open for further replies.

NTSGuru

Programmer
Jul 25, 2000
52
is it possible to have a procedure that can be called from any ASP in a project?

I've attempted to write some custom code in my global.asa, but I can't get a page to recognize the sub.

Am I missing something, or am I pipe-dreaming?

TIA...

Fred

P.S. - examples will earn you extra credit.... <G>
 
Hi,

My Suggestion is to write that procedure into an file,eg procedures.asp and use <!--#Include File = &quot; &quot;--> tag in your asp page that needs the procedure.

 
that was it! thanks for the help. I don't know why i didn't think of that.....

ROHO
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top