From owner-freebsd-hackers Tue Mar 11 08:53:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA18647 for hackers-outgoing; Tue, 11 Mar 1997 08:53:04 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA18626 for ; Tue, 11 Mar 1997 08:52:52 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id RAA00697 for hackers@freebsd.org; Tue, 11 Mar 1997 17:52:50 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id RAA00913; Tue, 11 Mar 1997 17:39:13 +0100 (MET) Message-ID: <19970311173912.HU02224@uriah.heep.sax.de> Date: Tue, 11 Mar 1997 17:39:12 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: hackers@freebsd.org Subject: Re: Re : appletviewer support in the FreeBSD java support. References: <19970311143454.AB41074@uriah.heep.sax.de> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Adrian Chadd on Mar 12, 1997 04:43:40 +0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Adrian Chadd wrote: > If you are referring to passing cmd line options TO the applet, well its > the same as how I've done it already, but why would you want to? (its to > be run from the html file, so how would you pass it cmd line options in > the first place?). No, no cmd line options, but those things you can pass to the applet with the `param' tag inside an HTML document. You can get at it using getParam() inside the applet (but i don't have the slightest clue how it's actually implemented). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)