applet for offline viewing.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yogesh

    #1

    applet for offline viewing.

    How to store the java applet emebedded in a web page for offline
    viewing?
    I saved the web page but it got saved without the applet.and also I
    searched for the corressponding .class file for the applet while I was
    viewing the webpage online but I got no reference of it on my local
    drive.


    regds,
    Yogesh Joshi
  • Stewart Gordon

    #2
    Re: applet for offline viewing.

    yogesh wrote:
    [color=blue]
    > How to store the java applet emebedded in a web page for offline
    > viewing?[/color]
    <snip>

    Using a web browser. This is a bit off-topic here - try a 'group
    related to your browser that you couldn't be bothered to identify here.

    Stewart.

    --
    My e-mail is valid but not my primary mailbox. Please keep replies on
    the 'group where everyone may benefit.

    Comment

    • Stewart Gordon

      #3
      Re: applet for offline viewing.

      Hello. Welcome to newsgroups.

      Newsreaders allow you to address a single message to more than one
      'group simultaneously. This is called crossposting, and is the only
      appropriate method of sharing a message across two or more 'groups.

      Please read


      Stewart.

      --
      My e-mail is valid but not my primary mailbox. Please keep replies on
      the 'group where everyone may benefit.

      Comment

      • Stephen Curtin

        #4
        Re: applet for offline viewing.

        ypjofficial@ind iatimes.com (yogesh) wrote in message news:<f88a27e4. 0408312144.4d96 df8d@posting.go ogle.com>...[color=blue]
        > How to store the java applet emebedded in a web page for offline
        > viewing?
        > I saved the web page but it got saved without the applet.and also I
        > searched for the corressponding .class file for the applet while I was
        > viewing the webpage online but I got no reference of it on my local
        > drive.
        >
        >
        > regds,
        > Yogesh Joshi[/color]

        What I usually do is completely delete all of my temporary internet
        files (presuming you are using internet explorer). I then open up the
        online version of the web site that I want to take the applet from.
        Once the applet has loaded close the page again. Then go to your
        tempory internet files and all of the files that you need for that
        particular web page will be there, including the class file for the
        applet (Note: it may not have a .class extension). You can then use
        an applet viewer to view it, or embed it in a .htm file

        Steve

        Comment

        Working...