"CS1023: Embedded statement cannot be a declaration or labeled statement" is what my current error is :/ and it dosn't make any sense to me, can somebody please help heres the code i've added <% if (Request.QueryString["id"] = "2") then %> Response.WriteFile ("2.htm") <% elseif (Request.QueryString["id"] = "1") then %> Response.WriteFile ("1.htm") <% end if %> Code (markup): Please Help