| |
cpsingh
Posts: 1
Score: 0
Joined: 12/4/2001
From:
Status: offline
|
I have the following function in my ASP page. Function DisplayButtons() Dim strWrite Dim strAgent strAgent = "Why do you do the things you do" strWrite = "" strWrite = strWrite & "<table><tr><td colspan = 4><h3><center>What status should be assigned to this survey?" strWrite = strWrite & "</center></h3></td></tr><tr><td>" strWrite = strWrite & "<a href=../QA/QA_Changestatus.asp?String="& strAgent &"&Status=1>" strWrite = strWrite & "Applied for QA</a></td></tr></table>" DisplayButtons = strWrite end function When I display this my link only throws a "Why" and the status. It does not record the whole string "Why do you do the things you do" Please Help
|
|