[thelist] ASP: Running a routine automatically

Warden, Matt mwarden at odyssey-design.com
Thu Aug 3 13:56:08 CDT 2000


I believe ha has it wrapped in a SUB or FUNCTION. You need to have this code
in your topnav.asp file:


SUB mySub()

...

END SUB


CALL mySub()


Some will yell at me for the () in my sub call, but I think it is easier to
read. Sue me.


--
mattwarden
mattwarden.com

----- Original Message -----
From: Ron White <rwhite at edverify.com>
To: <thelist at lists.evolt.org>
Sent: Tuesday, August 01, 2000 2:16 PM
Subject: RE: [thelist] ASP: Running a routine automatically


 > Just add it like so:
 >
 > <!--- TOP NAVBAR ------------------->
 > <!--#include virtual="topnav.asp" -->
 > <!--- END TOP NAVBAR --------------->
 >
 > Whenever a page is loaded the include will execute.
 >
 > Ron
 >
 >
 >
 >
 > ---------------------------------------
 > For unsubscribe and other options, including
 > the Tip Harvester and archive of TheList go to:
 > http://lists.evolt.org Workers of the Web, evolt !
 > 





More information about the thelist mailing list