Re: java applet, html and PHP

From: Bob (whoisthisBobblokeanyway_at_hotmail.com)
Date: 05/17/04


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.



Relevant Pages

  • Re: Use of Choice/combobox in an applet
    ... If I use a html form control how can I access the contents of the HTML ... control from my applet? ... using Java. ...
    (comp.lang.java.programmer)
  • Problem with JRE
    ... ...and this is the HTML page I use to display the applet: ... This applet requires a Java 2 browser to function. ... on the local machine to open the html page. ...
    (comp.lang.java.programmer)
  • java applet, html and PHP
    ... Me big time java newbie, in fact I'm currently downoading the plugin for Xp. ... concept of extending Applet, I was around java about ten years ago while at ... php script in another frame, say for example a primary key when a particluar ... I clicked on pass that back to the html ...
    (comp.lang.java)
  • Re: Can we disable the browser Back button using Javascript code or anything?
    ... Some Java applet developers have also expressed ... > frustration with the browser Back button, ... > block the Frame). ...
    (comp.lang.java.programmer)
  • Re: Batch/Block-Mode updates to Select Lists - How to avoid?
    ... HTML and Javascript world? ... (applet I don't know what it make) ... I think it would be better to call back 'CornuCopiae.html' in its frame ...
    (comp.lang.javascript)