| **
This is from an old thread "Mid-Tier 6.3 - Get IP Address and Host
Name":
1. Create a file
in the same folder as login.jsp named get_client_info.jsp with the following
contents:
function
env_RemoteAddr() {
return ("<%=request.getRemoteAddr()%>"); } function
env_RemoteHost() {
return ("<%=request.getRemoteHost()%>"); } function
env_RemoteUser() {
return ("<%=request.getRemoteUser().replace('\\', ' ')%>"); } 2. Add the following code to the footer properties of the form (Form -> Current View -> Properties ->Appearance -> Edit Web Footer Content): <SCRIPT
src=""
language="_javascript_"></SCRIPT>
3. Add the following AL Run Process command to the form as needed (Replace the field IDs with your IDs): _javascript_:window.F(536870976).DoSet(env_RemoteAddr()); _javascript_:window.F(536870977).DoSet(env_RemoteHost()); _javascript_:window.F(536870978).DoSet(env_RemoteUser()); Fred From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 3:36 PM To: [email protected] Subject: Re: passing ipconfig information Has anyone passed the
ip address and the mac address of a client machine from the midtier? This
did work for the thick client but the midtier errors
out. From: Action
Request System discussion list(ARSList) [mailto: ** This works from the client. Create an
active link that does a set fields $PROCESS$ into a field: On 9/19/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]
> wrote: ** All, Has
anyone through a Run Process or maybe another method to run an ipconfig
/all on a client pushing the information from the output to a field within a
Remedy form? Any ideas would be appreciated. Thanks, Brandi Windows 2000
Server SQL 2000 ARS 6.3
|
- Re: passing ipconfig information barbourb . ctr
- Re: passing ipconfig information L. J. Head
- Re: passing ipconfig information Grooms, Frederick W
- Re: passing ipconfig information barbourb . ctr
- Re: passing ipconfig information Grooms, Frederick W
- Re: passing ipconfig information barbourb . ctr
- Re: passing ipconfig information Wixson Carolyn L PSNS

