vunet
Tue Apr 03 11:55:50 CDT 2007
On Apr 3, 12:45 pm, "Jon Paal [MSMD]" <Jon nospam Paal @ everywhere
dot com> wrote:
> Server.Execute Method
>
> The Execute method calls an .asp file, and processes it as if it were part of the calling ASP script. The Execute method is similar
> to a procedure call in many programming languages.
>
>
http://msdn2.microsoft.com/en-us/library/ms525849.aspx
>
> <vunet...@gmail.com> wrote in messagenews:1175617499.385520.188400@n76g2000hsh.googlegroups.com...
> > What is the workaround of passign a parameter to any included asp
> > file:
>
> > <!-- #Include File="file.asp" -->
>
> > This obviously does not work:
>
> > <!-- #Include File="file.asp?id=123" -->
>
> > Thank you
so will this work?: Server.Execute myfile.asp?id=123