Opening IE from Java application : urgent

2002-07-22 Thread JOSHY MON M C

Hi All,
I have a java applicaton that opens IE with a JSP page, on clicking a button
on the app. When I click on the button again, it opens another browser
window. My requirement is that the second window should not be opended in a
different window (but on the first one itself)so that the same session can
be used.

At present the application launched new window every time, with
RunTime.exec. The folowing is the piece of code.

String strUrl = "http://hostName:/login.jsp"; ;
RegReader objRegReader = new RegReader();  // registry reading utility
String strHttpClientProgram = objRegReader.getDefaultHttpClient(); // gets
client, here IE
Runtime objRuntime = Runtime.getRuntime();
m_Proc = objRuntime.exec(strHttpClientProgram+"  "+strUrl);

Any ideas welcome.

Thanks
joshy

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Opening IE from Java application : urgent

2002-07-22 Thread Gunaseelan Nagarajan

hi,
does this happen only with IE and not with netscape? if so, there is a
property in the advanced properties to "reuse windows while opening
shortcuts", perhaps this will help you.

regards,
Nagarajan.

On Monday 22 July 2002 10:49, you wrote:
> Hi All,
> I have a java applicaton that opens IE with a JSP page, on clicking a
> button on the app. When I click on the button again, it opens another
> browser window. My requirement is that the second window should not be
> opended in a different window (but on the first one itself)so that the same
> session can be used.
>
> At present the application launched new window every time, with
> RunTime.exec. The folowing is the piece of code.
>
> String strUrl = "http://hostName:/login.jsp"; ;
> RegReader objRegReader = new RegReader();  // registry reading utility
> String strHttpClientProgram = objRegReader.getDefaultHttpClient(); // gets
> client, here IE
> Runtime objRuntime = Runtime.getRuntime();
> m_Proc = objRuntime.exec(strHttpClientProgram+"  "+strUrl);
>
> Any ideas welcome.
>
> Thanks
> joshy
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Opening IE from Java application : urgent

2002-07-22 Thread Adrian Janssen

Ok this might be way off . . . .in fact I have not tried it in java.

Howevwer on my PC if thier is an open browser window, then if I open a
command prompt window (dos prompt) and type "start http://www.google.com";
then it loads in the excisting browser window - so try that for the second
button click

good luck!

> -Original Message-
> From: JOSHY MON M C [SMTP:[EMAIL PROTECTED]]
> Sent: 22 July 2002 10:50
> To:   [EMAIL PROTECTED]
> Subject:  Opening IE from Java application : urgent
>
> Hi All,
> I have a java applicaton that opens IE with a JSP page, on clicking a
> button
> on the app. When I click on the button again, it opens another browser
> window. My requirement is that the second window should not be opended in
> a
> different window (but on the first one itself)so that the same session can
> be used.
>
> At present the application launched new window every time, with
> RunTime.exec. The folowing is the piece of code.
>
> String strUrl = "http://hostName:/login.jsp"; ;
> RegReader objRegReader = new RegReader();  // registry reading utility
> String strHttpClientProgram = objRegReader.getDefaultHttpClient(); // gets
> client, here IE
> Runtime objRuntime = Runtime.getRuntime();
> m_Proc = objRuntime.exec(strHttpClientProgram+"  "+strUrl);
>
> Any ideas welcome.
>
> Thanks
> joshy
>
> ==
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
--

It is the strict policy of Truworths that its e-mail facility and all
e-mail communications emanating therefrom, should be utilised for
business purposes only and should conform to high professional and
business standards.   Truworths has stipulated certain regulations in
terms whereof strict guidelines relating to the use and content of
e-mail communications are laid down. The use of the Truworths e-mail
facility is not permitted for the distribution of chain letters or
offensive mail of any nature whatsoever.   Truworths hereby distances
itself from and accepts no liability in respect of the unauthorised
use of its e-mail facility or the sending of e-mail communications
for other than strictly business purposes.   Truworths furthermore
disclaims liability for any  unauthorised instruction for  which
permission was not granted.Truworths Limited accepts no liability
for any consequences arising from or as a result of reliance on this
message unless it is in respect of bona fide Truworths business for
which proper authorisation has been granted.

Any recipient of an unacceptable communication, a chain letter or
offensive material of any nature is requested to notify the Truworths
e-mail administrator ([EMAIL PROTECTED]) immediately in order that
appropriate action can be taken against the individual concerned.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Opening IE from Java application : urgent

2002-07-22 Thread Kyle W. Kelly

Have you considered using applets?

- Original Message -
From: "JOSHY MON M C" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 3:49 AM
Subject: Opening IE from Java application : urgent


> Hi All,
> I have a java applicaton that opens IE with a JSP page, on clicking a
button
> on the app. When I click on the button again, it opens another browser
> window. My requirement is that the second window should not be opended in
a
> different window (but on the first one itself)so that the same session can
> be used.
>
> At present the application launched new window every time, with
> RunTime.exec. The folowing is the piece of code.
>
> String strUrl = "http://hostName:/login.jsp"; ;
> RegReader objRegReader = new RegReader();  // registry reading utility
> String strHttpClientProgram = objRegReader.getDefaultHttpClient(); // gets
> client, here IE
> Runtime objRuntime = Runtime.getRuntime();
> m_Proc = objRuntime.exec(strHttpClientProgram+"  "+strUrl);
>
> Any ideas welcome.
>
> Thanks
> joshy
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: Opening IE from Java application : urgent

2002-07-22 Thread Kyle W. Kelly

Hire me, and I will write it for you! lol

www.cs.uno.edu/~kkelly
- Original Message -
From: "JOSHY MON M C" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 3:49 AM
Subject: Opening IE from Java application : urgent


> Hi All,
> I have a java applicaton that opens IE with a JSP page, on clicking a
button
> on the app. When I click on the button again, it opens another browser
> window. My requirement is that the second window should not be opended in
a
> different window (but on the first one itself)so that the same session can
> be used.
>
> At present the application launched new window every time, with
> RunTime.exec. The folowing is the piece of code.
>
> String strUrl = "http://hostName:/login.jsp"; ;
> RegReader objRegReader = new RegReader();  // registry reading utility
> String strHttpClientProgram = objRegReader.getDefaultHttpClient(); // gets
> client, here IE
> Runtime objRuntime = Runtime.getRuntime();
> m_Proc = objRuntime.exec(strHttpClientProgram+"  "+strUrl);
>
> Any ideas welcome.
>
> Thanks
> joshy
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com