OVH Cloud OVH Cloud

lien sous une applet java

1 réponse
Avatar
canalx news
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.

1 réponse

Avatar
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.