RE: Want to start remote desktop thru the CGI script

2006-07-04 Thread Nath, Alok (STSD)
Thanx Tom, for clarification. ~Alok. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Phoenix Sent: Tuesday, July 04, 2006 10:34 PM To: Nath, Alok (STSD) Cc: beginners@perl.org Subject: Re: Want to start remote desktop thru the CGI script On

RE: Want to start remote desktop thru the CGI script

2006-07-04 Thread Nath, Alok (STSD)
Thanx bs for clarification. ~alok -Original Message- From: Bjørge Solli [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 10:27 PM To: beginners@perl.org Subject: Re: Want to start remote desktop thru the CGI script Please reply below the text you are answering, it makes the

Re: Want to start remote desktop thru the CGI script

2006-07-04 Thread Tom Phoenix
On 7/4/06, Nath, Alok (STSD) <[EMAIL PROTECTED]> wrote: What I want to provide is a page with some machine Id's. So once somebody clicks the hyperlinks , it should remote desktop instead of telnet. If the machine understands the telnet: protocol, you can use clickable telnet: U

Re: Want to start remote desktop thru the CGI script

2006-07-04 Thread Bjørge Solli
PROTECTED] On Behalf Of > Tom Phoenix > Sent: Tuesday, July 04, 2006 9:15 PM > To: Nath, Alok (STSD) > Cc: beginners@perl.org > Subject: Re: Want to start remote desktop thru the CGI script > > On 7/4/06, Nath, Alok (STSD) <[EMAIL PROTECTED]> wrote: > > What I wan

RE: Want to start remote desktop thru the CGI script

2006-07-04 Thread Nath, Alok (STSD)
elnet session.The same way it cannot do that ??? Just clarifying.. ~Alok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Phoenix Sent: Tuesday, July 04, 2006 9:15 PM To: Nath, Alok (STSD) Cc: beginners@perl.org Subject: Re: Want to start remote desktop thr

Re: Want to start remote desktop thru the CGI script

2006-07-04 Thread Tom Phoenix
On 7/4/06, Nath, Alok (STSD) <[EMAIL PROTECTED]> wrote: What I want is when I click the hyperlink it should run the command 'mstsc IP Address'(instead of telnet) so that I can remote desktop to that machine. So, you want to run a program on the computer at the browser's end of the conn

Want to start remote desktop thru the CGI script

2006-07-04 Thread Nath, Alok (STSD)
Hi, Here's a script which has some two cells in the table.I want to make a change here. What I want is when I click the hyperlink it should run the command 'mstsc IP Address'(instead of telnet) so that I can remote desktop to that machine. Can anybody help me how