Hi! I use the following code to call my applet. I have to use this code so
that this applet can communicate with my servlet. Before i use this code i
reload with CTRL+F5 worked fine. Now, it only detects me the changes the
first time i run the applet. if i make any change to the applet and run it
again in the browser it uses the first version!
Is there any solution to force the browser reloading the browser? Thanks for
your help


<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    width="800" height="600" align="baseline"

codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Vers
ion=1,3,0,0">
    <PARAM NAME="code" VALUE="Sprint_Aplicacao_Applet.class">
        <PARAM NAME="codebase"
VALUE="file:\\Phc\C\leas\myProjects\Sprint2\classes">
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">

    <PARAM NAME="scriptable" VALUE="true">
        No JDK 1.2 support for APPLET!!
        </OBJECT>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to