Andrew, Are you asking how to get the data from the web page into a field on a Remedy form? If so...
Run Process javascript:window.F(1000004).DoSet(env_RemoteUser_Login()); Whereas the 1000004 number is the field ID on your Remedy form and env_RemoteUser_Login() is the name of the function in your web page. Just be sure to add a qualification to the Run If so that the active link only runs using the browser version of the application. For additional info on getting the username, domain and IP address see these past threads: "JSP, Javascript, GetRemoteUser, and Mid-tier 6.3" December 2005 "Mid-Tier 6.3 - Get User Name - Bug?" April 2005 Related: "Mouse overs or ALT text" June 2005 Stephen -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Wood Sent: Tuesday, July 25, 2006 9:25 AM To: [email protected] Subject: Re: Windows Username but how do you get the result placed into a field on a remedy web form? ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

