<%PageTitle="Robotic Packaging"%> <% set rsContent = Server.CreateObject("ADODB.Recordset") sql = "select c.Content from Content c, Navigation n where n.URL = 'robotics.asp' and n.id = c.Navigationid and c.Languageid=" & Languageid pd sql rsContent.Open sql,SiteDb,adOpenForwardOnly,adLockReadOnly if not rsContent.EOF then Response.Write rsContent("Content") end if rsContent.Close %>