[thelist] [ASP] Server.Execute vs. #include

Chris W. Parker cparker at swatgear.com
Tue Dec 31 12:03:01 CST 2002


> -----Original Message-----
> From: Jacques Capesius [mailto:jacques_capesius at cnt.com]
> Sent: Tuesday, December 31, 2002 9:29 AM
> To: 'Evolt'
> Subject: [thelist] [ASP] Server.Execute vs. #include

> Can you achieve this conditional document inclusion with the
> following line
> of code?
>
> If Request.Form("theaction") = "DeleteForm" then
> 	Server.Execute ("IncludePages/DeleteForm.asp")
> ElseIf Request.Form("theaction") = "UpdateForm" then
> 	Server.Execute ("IncludePages/DeleteForm.asp")
> End If

yes.


chris.



More information about the thelist mailing list