snowboardr
Programmer
How can I get this to write out the link right now it doesnt output any link.
Code:
Function WriteLink(strPlan, optionORorder)
Select Case strPlan
Case 0
If optionORorder = 0 then
strPlan = "?view=Hosting+Packages&option=w.basic" 'pkg details
Else
strPlan = "?view=Hosting+Packages&order=w.basic"
End If
Case 1
...
plan = "0"
Response.write "<td height=""13""><font face=""Verdana, Arial, Helvetica, sans-serif"" size=" & Chr(34) & "1" & Chr(34) &" color=" & Chr(34) & FontColor & Chr(34) & "><a href=" & Chr(34) & WriteLink(plan, 1) & Chr(34) & "Title=" & Chr(34) & "more info.." & Chr(34) & ">" & "more.." & "</a></font></td>"