saving works in netscape

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@402 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent cb86e50415
commit a99eefdaac
  1. 6
      jode/jode-applet.html
  2. 5
      jode/jode-useapplet.html

@ -20,14 +20,12 @@ class path and class name to point to a class file of your choice.
But note that most browsers doesn't allow loading files from a But note that most browsers doesn't allow loading files from a
different server.<br><br> different server.<br><br>
Save doesn't work in Netscape because the FileDialog is missing Save probably doesn't work, because it is forbidden by the browser.<br><br>
there. But access to local files is most probably forbidden
anyway. <br><br>
You may give multiple entries in the class path field separated by a You may give multiple entries in the class path field separated by a
comma. The components may be local or remote zip or jar files or comma. The components may be local or remote zip or jar files or
directories. Note that browsers forbid accesses to different hosts or directories. Note that browsers forbid accesses to different hosts or
local files that are not in a subdirectory of the applets local files that are not in a subdirectory of the applet
directory.<br><br> directory.<br><br>
BTW: If you just want to read the source, you may <a BTW: If you just want to read the source, you may <a

@ -9,7 +9,8 @@
<h1>Step by Step</h1> <h1>Step by Step</h1>
If you want to use the applet version you need a recent Internet If you want to use the applet version you need a recent Internet
Explorer or Netscape which supports java 1.1. Explorer or Netscape which supports java 1.1. You can also use the
appletviewer of the java development kit.
<ol> <ol>
<li> Copy <a <li> Copy <a
@ -34,7 +35,7 @@ Explorer or Netscape which supports java 1.1.
extension. extension.
</li> </li>
<li> Press start button in applet. </li> <li> Press start button in applet. </li>
<li> Saving doesn't work in Netscape, but maybe in Internet Explorer. </li> <li> Press save button to save the decompiled code. </li>
</ol> </ol>
<h1>Packaged classes</h1> <h1>Packaged classes</h1>

Loading…
Cancel
Save