OK you asp/cf people. I have converted an existing asp page to cf and am left with this one bit of code. Could someone please translate to cf for me?
<%
TeamNumber = Request("TeamNumber"
If IsEmpty(TeamNumber) Then
%>
<%
DocumentName = Request("DocumentName"
if DocumentName <> "" then
Response.Redirect(DocumentName)
end if
%>
1000 Thank you's. The only dumb questions are the ones that are never asked
<%
TeamNumber = Request("TeamNumber"
If IsEmpty(TeamNumber) Then
%>
<%
DocumentName = Request("DocumentName"
if DocumentName <> "" then
Response.Redirect(DocumentName)
end if
%>
1000 Thank you's. The only dumb questions are the ones that are never asked