Re: [PHP] Integrating an Applet with PHP

2003-09-13 Thread Raditha Dissanayake
Hi, Ouch tried it again and mozilla had a heart attack and core dumped :-(( Then i tried konqueror browser worked like a charm Gentlemen, i think others in the group must be pretty annoyed about this thread shall we hop over to a java group? Raditha Dissanayake wrote: Mozilla 1.4 Red Hat 9.0 KD

Re: [PHP] Integrating an Applet with PHP

2003-09-13 Thread Raditha Dissanayake
Mozilla 1.4 Red Hat 9.0 KDE 3.2 JRE 1.4.2 Todd Cary wrote: Raditha - I am using NS 7.1 running in Windows 2000. Which version of Netscape are you running? This certainly is a strange situation. http://www.hexidec.com/ekitdemo.php No HTML shows in the Editor window on startup with NS; it

Re: [PHP] Integrating an Applet with PHP

2003-09-13 Thread Todd Cary
Raditha - I am using NS 7.1 running in Windows 2000. Which version of Netscape are you running? This certainly is a strange situation. http://www.hexidec.com/ekitdemo.php No HTML shows in the Editor window on startup with NS; it is there with IE. Todd Raditha Dissanayake wrote: HI

Re[2]: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Tom Rogers
Hi, Saturday, September 13, 2003, 2:09:58 AM, you wrote: >> why does it work in IE and not in Netscape 7.1? DA> I'm pretty sure ActiveX controls don't run on anything besides MS DA> Windows Lockinware (TM). There are a number of other things that DA> netscape does not fully support (try loading

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Raditha Dissanayake
HI, I tried it on netscape and it works. My jre is 1.4.2. AFAIK this is the only stable jre after 1.3xx series. It's a simple matter to add a line of code to the java applet to do the base64 decoding if you are concerned about compatibility. On the point raised about activex : The default plug

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Todd Cary
er 12, 2003 11:15 AM To: Todd Cary Cc: Vail, Warren; PHP List Subject: Re: [PHP] Integrating an Applet with PHP Microsoft (being a monopoly) decided it did not want to follow Sun's java standard and effectively froze their version of Java available in IE @ Java 2 1.2 . (or something like that --

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Todd Cary
003 11:15 AM To: Todd Cary Cc: Vail, Warren; PHP List Subject: Re: [PHP] Integrating an Applet with PHP Microsoft (being a monopoly) decided it did not want to follow Sun's java standard and effectively froze their version of Java available in IE @ Java 2 1.2 . (or something like that

RE: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Vail, Warren
riginal Message- From: Dan Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:15 AM To: Todd Cary Cc: Vail, Warren; PHP List Subject: Re: [PHP] Integrating an Applet with PHP Microsoft (being a monopoly) decided it did not want to follow Sun's java standard and effectively fr

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Dan Anderson
s one or the other by > > detecting the browser in php. > > > > good luck, > > > > Warren Vail > > > > -Original Message- > > From: Dan Anderson [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 12, 2003 9:10 AM > > To: Todd

RE: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Dan Anderson
> I am implementing a site with an Iframe, and having no problems with recent releases > of Netscape, older releases are a problem, even with IE. Try running Netscape 7.1 on Linux and the iframe may be broken under certain conditions. As always, your mileage may vary, and they may have patched

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Todd Cary
PROTECTED]] Sent: Friday, September 12, 2003 9:10 AM To: Todd Cary Cc: Vail, Warren; PHP List Subject: Re: [PHP] Integrating an Applet with PHP why does it work in IE and not in Netscape 7.1? I'm pretty sure ActiveX controls don't run on anything besides MS Windows

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Todd Cary
Dan - I am surprised that an Open Source applet would rely on ActiveX.  It appears that there is something I am not doing correctly in setting the DATA param for Netscape. Please overlook my ignorance about browsers and applets as I try to get a better understanding, but is BASE64 encoding/de

RE: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Vail, Warren
nal Message- From: Dan Anderson [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 9:10 AM To: Todd Cary Cc: Vail, Warren; PHP List Subject: Re: [PHP] Integrating an Applet with PHP > why does it work in IE and not in Netscape 7.1? I'm pretty sure ActiveX controls don't r

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Raditha Dissanayake
mozzilla 1.4. and netscape 7.1 support iframe. Hey the applet looks pretty neat is it open source? Dan Anderson wrote: why does it work in IE and not in Netscape 7.1? I'm pretty sure ActiveX controls don't run on anything besides MS Windows Lockinware (TM). There are a number of other thin

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Dan Anderson
> why does it work in IE and not in Netscape 7.1? I'm pretty sure ActiveX controls don't run on anything besides MS Windows Lockinware (TM). There are a number of other things that netscape does not fully support (try loading a page with an iframe tag in Netscape). You probably ran into another

Re: [PHP] Integrating an Applet with PHP

2003-09-12 Thread Todd Cary
I would try before moving on.   Warren -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 11, 2003 4:39 PM To: Vail, Warren; [EMAIL PROTECTED] Subject: Re: [PHP] Integrating an Applet with PHP Warren - That works...

Re[2]: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Tom Rogers
denfld"]; >> >>hope this helps, >> >>Warren Vail >> >> >>-----Original Message- >>From: Todd Cary [mailto:[EMAIL PROTECTED] >>Sent: Thursday, September 11, 2003 3:36 PM >>To: [EMAIL PROTECTED] >>Subject: [PHP] Integrating an Applet w

RE: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Vail, Warren
inal Message- From: Todd Cary [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 11, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: [PHP] Integrating an Applet with PHP I have located an HTML editor written in Java that works with my clients various computers (e.g. Linux, PC and Macs). What I need

Re: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Todd Cary
=post you could retrieve the value as below; $htmltext = $_POST["hiddenfld"]; hope this helps, Warren Vail -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 11, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: [PHP] Integrating an Applet with PHP

RE: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Vail, Warren
ember 11, 2003 3:36 PM To: [EMAIL PROTECTED] Subject: [PHP] Integrating an Applet with PHP I have located an HTML editor written in Java that works with my clients various computers (e.g. Linux, PC and Macs). What I need to do is learn how to take the output from an Applet and put it into a PHP va

[PHP] Integrating an Applet with PHP

2003-09-11 Thread Todd Cary
I have located an HTML editor written in Java that works with my clients various computers (e.g. Linux, PC and Macs). What I need to do is learn how to take the output from an Applet and put it into a PHP variable. Since I have no experience with Java, I am at a disadvantage, so if someone co