This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Applets and the fly likes Communication between website and Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Communication between website and Applet" Watch "Communication between website and Applet" New topic
Author

Communication between website and Applet

Filipe Vieira
Greenhorn

Joined: Nov 07, 2011
Posts: 6
Hi,

I have a question..maybe a dumb one , but can't find any relevant information, or i'm just using the wrong keywords in my search.

I've created an Applet that does a looot of things, and one of them is the possibility to load files inside a web repository.

What I do know that's possible, is to load the repository from the applet. My objective is create some button that loads a new page/tab with the webrepository's website showing the list of the files.
What I don't know if it's possible, is to create some action in my webrepository (like some button javascript, or in another language) that can send the content back to the applet. (for example, clicking a file that automatically opens back the tab with the applet, showing the contents of the file)

Can please someone help in this question?

Thanks!
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4203
    
    3

Moved from Swing / AWT / SWT / JFace


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Communication between website and Applet
 
Similar Threads
Issues with Jar Files and loading images
Recovering CVS Repository
applets reading from text file on client machine?
applet
Where to put jquery scripts when using ajax enabled tabs?