i am creating this webpage and i wanted to use an include... so i did this...
now this is really annoying cause it is printing the include in the html (when i right click and view) but it refuses to process it. does anyone know a solution to this or another way around it?Code:Response.Write("<!--#include file=" & Request.QueryString("file") & ">")




Reply With Quote