Re: java applet, html and PHP
From: Bob (whoisthisBobblokeanyway_at_hotmail.com)
Date: 05/17/04
- Next message: Murray: "Re: Apache and java"
- Previous message: Che: "FTP via a URL"
- In reply to: Bob: "java applet, html and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 17 May 2004 23:46:15 +1000
"Bob" <whoisthisBobblokeanyway@hotmail.com> wrote in message
news:skLpc.23733$KS1.331359@nasal.pacific.net.au...
> Hi,
>
> Me big time java newbie, in fact I'm currently downoading the plugin for
Xp.
>
> I have no dramas with OO concepts, polymorphism and library classes and
the
> concept of extending Applet, I was around java about ten years ago while
at
> university, the concepts remain but the details are blurred as I haven't
> touched it sense and I do say unfortunately to that.
> Here's my question : can a java applet running in one frame pass data to a
> php script in another frame, say for example a primary key when a
particluar
> image is clicked for which the PHP script then does the mysql lookup for
an
> displays the results in it's frame ?
>
> Or, in the applet do I have to get the mouse click of the appropraite
thing
> I clicked on (in what is virtually an animation) pass that back to the
html
> and then pass the data into the other frame from the HTML (using a
> javascript I would assume with a hidden form).
>
> Thanks in advance
> Bob.
in answer to my own question . . . and I thought I'd share it in case you
were all left wondering . . .
AppletContext appcontext = graph.getAppletContext();
appcontext.showDocument(url,String)
// where in this case string where 'String' framename is defined the calling
html.
- Next message: Murray: "Re: Apache and java"
- Previous message: Che: "FTP via a URL"
- In reply to: Bob: "java applet, html and PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|