Hello,
Please forgive me if you find that this message is sent to inappropriate
mailing list .
I am trying to find the discussion group for JDBC/JAVA which I think it
was once managed by java.blackdown.org
(by subscribed to [EMAIL PROTECTED]) . I wonder if anyone
can tell me whether that group h
I know this is not exactly where i should post this question , but it seems
like this is where I learned a lot of things concerning Java topics
(although I haven't use my Linux box for a while), I hope you-experienced
java programmers- might help me out with this.
I'm trying to implement a Help S
OK, if you're no longer interesting in this mailling list, just send an
empty mail to [EMAIL PROTECTED] or
[EMAIL PROTECTED] with subject 'unsubscribe' .
Thanks
Tram Nguyen N.
Science Application International Corporation
http://www.saic.com
(619) 646-3357
> -Original Message-
> From: J
The following example is a very simple sendmail tool using 'mailto:'
protocol, you can write your own mail handler for smtp protocol or other
ultilizing net, io package .
import java.io.*;
import java.net.*;
/**
* This program sends e-mail using a mailto: URL
**/
public class SendMail {
There's workaround for that problem . [Shift key + Reload] should reload
your applet.
-Tram
Tram Nguyen N.
Science Application International Corporation
http://www.saic.com
(619) 646-3357
> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, November
Yes, Java does support https . All you need to do is instead of setting your
URL to http://www.abc.com/something.html , you set that to
https://www.abc.com/something.html (provided you enable your virtual
directory).
regards,
Tram Nguyen N.
Science Application International Corporation
http://ww
Hi,
I have an applet that serves as an entry point for a web application
(loading a main frame with all tabbed panel and so on) . Everything should
be working on this main frame , not the applet; however, one of function of
my whole application is to be able to open a URL if user provides input a
iday, December 04, 1998 4:50 PM
> To: Nguyen, Tram N.; 'Blackdown.ORG'
> Subject: Re: How to getAppletContext when the applet web page is
> inactive ?
>
> You might be happier trying a regular Java discussion list in
> comp.lang.java.programmer or the like.
>
&