aspose file tools
The moose likes Applets and the fly likes 2 Questions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "2 Questions" Watch "2 Questions" New topic
Author

2 Questions

Ted Reynolds
Greenhorn

Joined: Mar 16, 2004
Posts: 20
I have 2 questions:

1) I have an applet (pertinent code to follow) that accesses a text file in the same directory as the applet classes are in, it works fine in appletviewer and sometimes when accessed locally, but when I put it on a web server I get a permissions problem.

This is how I am trying to access the file:


2) How can I get this applet to bring up another page when the user presses "Log Out" button?
Ted Reynolds
Greenhorn

Joined: Mar 16, 2004
Posts: 20
Never mind, I figured it out by digging through the docs a bit deeper than I had before.
 
 
subject: 2 Questions
 
Similar Threads
Reading text file with applet.
input/output
How to replace a line in a file
URLConnection returning html output instead of XML
getCode()