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: [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: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Vail, Warren
Again, this is a guess, but it looks like two parameters to the applet are used;   One called Document and another to indicate that BASE64 encoding was used to encode the html so that the browser doesn't try to render the html into a page.       when you output your form (FROM PHP, of cou

Re: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Todd Cary
Warren - That works... http://209.204.172.137/editor/ekit.php Now the next challenge is to put the value in $text into the HTML editor with some _javascript_...any suggestions? Todd Vail, Warren wrote: There may be other methods, but one that seems to be available from your form will

RE: [PHP] Integrating an Applet with PHP

2003-09-11 Thread Vail, Warren
There may be other methods, but one that seems to be available from your form will require some JavaScript code. Clicking the button located below the applet (onclick event), performs an assignment to the textarea.value (located below the button) the result returned from the applet.gettext() m