Janel Blakely wrote:Everywhere I have researched, I cannot find how to set the Response parameter in the aspx, in fact several discussions stated that you cannot do it. So, I went down another route and found javascript code that gets the MOSS username, but can't figure out to set the servlet variable = javascript variable.
What is a "response parameter"? Requests can have parameters in the URL, but responses don't. Is this an ASPX concept?
Mentioning JavaScript is confusing. So you're not implementing something along the lines of what Bear mentioned, which would be
servlet --(HTTP request)--> ASPX resource --(HTTP response)--> servlet, but something that involves the client side?