Bonjour,
Comment fait on pour faire un hyper lien sous une applet java, pour
changer la page html courante?
ou faire l equivalant d'un submit en html sous une applet java?
merci pour vos reponce.
Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
canalx news
C bon je croi que j'ai trouV la reponce merci. ******************** try{ URL ul=new URL("http://www.google.com"); AppletContext ac=getAppletContext(); ac.showDocument(ul,"_self"); }catch(Exception e){ e.getMessage(); }
********************
Bonjour, Comment fait on pour faire un hyper lien sous une applet java, pour changer la page html courante? ou faire l equivalant d'un submit en html sous une applet java? merci pour vos reponce.
C bon je croi que j'ai trouV la reponce merci.
********************
try{
URL ul=new URL("http://www.google.com");
AppletContext ac=getAppletContext();
ac.showDocument(ul,"_self");
}catch(Exception e){
e.getMessage();
}
********************
Bonjour,
Comment fait on pour faire un hyper lien sous une applet java, pour
changer la page html courante?
ou faire l equivalant d'un submit en html sous une applet java?
merci pour vos reponce.
C bon je croi que j'ai trouV la reponce merci. ******************** try{ URL ul=new URL("http://www.google.com"); AppletContext ac=getAppletContext(); ac.showDocument(ul,"_self"); }catch(Exception e){ e.getMessage(); }
********************
Bonjour, Comment fait on pour faire un hyper lien sous une applet java, pour changer la page html courante? ou faire l equivalant d'un submit en html sous une applet java? merci pour vos reponce.