hey folks
i have some procedures in an ASP script.
a procedure that exists only on one page, for that page only, calls a send-mail procedure which is an include file (used site-wide).
it seems that the vars from the on-page proc arent being transfered to the include-proc.
am i supposed to be defining public procedures or something, so that the send-mail (included proc) gets the vars from the on-page one?
thanks!
Start Free Trial