Applet + Integração Browser

Pessoal,

Tenho uma applet que, qdo eu clico em uma figura ele deverá retornar para um browser o item selecionado,

url = new URL(applet.getCodeBase(), applet.getParameter("page") + "?origin=" + this.getOrigin() + "destination=" + this.getDestination()); AppletContext ac = applet.getAppletContext(); ac.showDocument(url, "_blank");

porém algumas vezes qdo ele retorna as informações para o Browser .O browser trava
Isso já aconteceu com alguem???

Obrigado

Renato