TheConeHead
Programmer
This seems like it should woork but is not:
I am finding two variable, say var1 and var 2, I then do:
...if var1 = var2 Then%>
...display a certain image...
<%Else%>
...display another image...
<%End If....
it only displays one image no matter what. I know they variables are getting created/grabbed correctly. When I change the = to <> it shows the other image, so it is working in some sense but not as it should.
Does anything leap out as being wrong?
I am finding two variable, say var1 and var 2, I then do:
...if var1 = var2 Then%>
...display a certain image...
<%Else%>
...display another image...
<%End If....
it only displays one image no matter what. I know they variables are getting created/grabbed correctly. When I change the = to <> it shows the other image, so it is working in some sense but not as it should.
Does anything leap out as being wrong?