need to modify this javascript to filter a RS on an asp page load by a value carried over in a session variable. getting the RS to filter properly if the Db field matches the session variable,
but need to show all records that include/contain the session variable in the
Db field.
function Att_Cases_Query_Server()
{ if (String(Session("Att_ID") != "undefined" { var serverVar = Session("Att_ID" Att_Cases_Query.Filter("Att_ID" + " = '" + serverVar + "'" } }
but need to show all records that include/contain the session variable in the
Db field.
function Att_Cases_Query_Server()
{ if (String(Session("Att_ID") != "undefined" { var serverVar = Session("Att_ID" Att_Cases_Query.Filter("Att_ID" + " = '" + serverVar + "'" } }