That makes absolutely no sense, but I know what you're trying to do. :) the SSi stuff gets processed at a different time than the ASP, so essentially what you're trying won't work.
What you want to be using, is Server.Exec() or Server.Transfer(). (IIS5+ only) You may also look into Response.Redirect. Jonathan At 04:49 PM 8/21/2002 +0200, you wrote: >For example > >create variable >variable = bob > >then..where i want my include sataemant to be write > ><% >Response.Write "<!--#include file="mypagename & "bob" & 12.asp" --> >%> > >TIA > >--- >You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] >To unsubscribe send a blank email to >%%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
