Use getAppletContext().showDocument(aSuaUrl) que abre a url na janela ativa 
do browser ou getAppletContext().showDocument(aSuaUrl, alvo), onde alvo 
pode ser um dos seguintes:

"_self" - Show in the window and frame that contain the applet.

"_parent" - Show in the applet's parent frame. If the applet's frame has no 
parent frame, acts the same as "_self".

"_top" -  Show in the top-level frame of the applet's window. If the 
applet's frame is the top-level frame, acts the same as "_self".

"_blank" - Show in a new, unnamed top-level window.

name - Show in the frame or window named name. If a target named name does 
not already exist, a new top-level window with the specified name is 
created, and the document is shown there.

como mostrado na documenta��o 
<http://java.sun.com/products/jdk/1.1/docs/api/java.applet.Applet.html> e 
<http://java.sun.com/products/jdk/1.1/docs/api/java.applet.AppletContext.html#_top_>.

[]'s
Emerson

At 16:05 05/02/2002, Vanessa wrote:
>Pessoal,
>
>Gostaria que me tirassem uma d�vida:
>
>Eu tenho uma applet e dentro dela eu tenho um bot�o, �
>poss�vel que este bot�o ao ser clicado Abra uma p�gina
>jsp ou uma pagina html.?
>Como fazer isso?
>
>Vanessa.
>
>
>__________________________________________________________________________
>Quer ter seu pr�prio endere�o na Internet?
>Garanta j� o seu e ainda ganhe cinco e-mails personalizados.
>Dom�niosBOL - http://dominios.bol.com.br
>
>
>
>------------------------------ LISTA SOUJAVA ----------------------------
>http://www.soujava.org.br -  Sociedade de Usu�rios Java da Sucesu-SP
>d�vidas mais comuns: http://www.soujava.org.br/faq.htm
>regras da lista: http://www.soujava.org.br/regras.htm
>historico: http://www.mail-archive.com/java-list%40soujava.org.br
>para sair da lista: envie email para [EMAIL PROTECTED]
>-------------------------------------------------------------------------



------------------------------ LISTA SOUJAVA ----------------------------
http://www.soujava.org.br  -  Sociedade de Usu�rios Java da Sucesu-SP
d�vidas mais comuns: http://www.soujava.org.br/faq.htm
regras da lista: http://www.soujava.org.br/regras.htm
historico: http://www.mail-archive.com/java-list%40soujava.org.br
para sair da lista: envie email para [EMAIL PROTECTED]
-------------------------------------------------------------------------

Responder a