Hi,
I need to compare two string values.
The way I am doing this at the moment is:
session("graph"
= Request.form.item("graph"
graph = session("graph"
session("employee"
= Request.form.item("staff"
staff = session ("employee"
Team = SPECS Team
If staff = Team then
set objconnteam = server.CreateObject ("ADODB.Connection"
Objconnteam.Open "FILEDSN=SPECSFeedback;"
Set objRSteam = server.CreateObject ("ADODB.recordset"
.... and so on.
What I actually do is read in a value recieved from the previous form into the variable team I then need to perform an IF on this string i.e. if it is = to SPECS Team then perform the IF if not then continue.
Am I doing this correctly?
It's just my page will not display and I can't see any problems.
Hope you can help.
Cheers,
Pilg.
I need to compare two string values.
The way I am doing this at the moment is:
session("graph"
graph = session("graph"
session("employee"
staff = session ("employee"
Team = SPECS Team
If staff = Team then
set objconnteam = server.CreateObject ("ADODB.Connection"
Objconnteam.Open "FILEDSN=SPECSFeedback;"
Set objRSteam = server.CreateObject ("ADODB.recordset"
.... and so on.
What I actually do is read in a value recieved from the previous form into the variable team I then need to perform an IF on this string i.e. if it is = to SPECS Team then perform the IF if not then continue.
Am I doing this correctly?
It's just my page will not display and I can't see any problems.
Hope you can help.
Cheers,
Pilg.