Quantcast
Channel: Complicated IF ELSE statement - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Ansgar Wiechers for Complicated IF ELSE statement

One simplification would be to use If..ElseIf..Else instead of nested If..Else constructs:If Request.Cookies("compena") = "" Then Response.Cookies("compena") = productID_from_url...

View Article



Complicated IF ELSE statement

I am not familiar enough with classic ASP/VBScript. I have the below code that is working perfectly for my needs.The below code is checking if my 3 different cookies are empty and inserts the incoming...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images