%@ LANGUAGE="VBSCRIPT" %> <% id = request.querystring("id") if id = "" then response.redirect "services-intro.asp" end if strSQL = "select * from Services where ID=" & id rs.open strSQL, conn if not rs.EOF then Name = rs("Name") Description = rs("Description") end if rs.close %>
|
|
||||||
|
|