Your link works fine for me... Try to put target="_top" into outputLink. If it does not help, try to put "window.open(..." into value attribute instead of onclick. Hope this will solve your problem.
BR Vitaly -----Original Message----- From: Kevin Shale [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 15:19 To: [email protected] Subject: Simple popup window with external URL I am trying to open a popup window showing the contents of an external url. The popup window shown has this external url appended to the url of my webapp path, however. What am I doing wrong here: <h:outputLink onclick="window.open('#{nextBean.description.url}', '#{nextBean.name}', 'dependent=yes, menubar=no, toolbar=no'); return false;" value="#"> <u><h:outputText value="open"/></u> </h:outputLink> Thanks a lot! ________________________________________________________________________ _ In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114

