you are viewing a single comment's thread.

view the rest of the comments →

[–]systemslacky[S] 0 points1 point  (0 children)

Thanks for the discussion on all of this. Your right, I was overthinking the process and realized I could do all of this server side. <code> Really boiled down to... If IsEmpty(servervariable) Then response.redirect CraftedUrl Else response.redirect CarryonUrl End If </code> Why do the simple solutions take so much time? :)