Java/JDBC mailing group ?

1998-06-02 Thread Nguyen, Tram N.
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

JavaHelp Experience

1998-10-07 Thread Nguyen, Tram N.
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

RE: help!!!

1998-10-21 Thread Nguyen, Tram N.
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

RE: request for a sendmail java script

1998-10-22 Thread Nguyen, Tram N.
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 {

RE: Netscape Reload Java Applet; Was there a soln?

1998-11-04 Thread Nguyen, Tram N.
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

RE: https

1998-12-02 Thread Nguyen, Tram N.
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

How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread Nguyen, Tram N.
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

RE: How to getAppletContext when the applet web page is inactive ?

1998-12-04 Thread Nguyen, Tram N.
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. > &