I need to put the entire return srting into one variable so I can parse it myself. This must be done because I wont know the names of the variables that will be returned. I'm sure there I asp variable for the entire string but I cant find it.
I am building an app on our intranet where everybody must verify that their long distance calls were offical. If they made a private long distance call, the call will be deducted from their pay. Each person will recieve an email at the end of the month with a link to their own private list of calls. Each call must have a unique id for the month. I wanted to have a list with a check box next to the call so they could check off any private calls. The returning form would contain a list of the call id's as variables.
I could send the entire list of call id's to the form as a hidden variable then parse and loop though the list after they verify the calls on the form. I thought that it would be faster to parse the string myself. Or if some knows a way to put all the id's that are checked off into one variable (i.e. java script) that would be good too.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.