You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fero <fr...@gmail.com> on 2007/08/27 15:36:37 UTC

How to make link that open a new window

How to make a link to open in a new window/tab? I tried target="_blank" and
onclick="window.open('index.html'); return false" in xhmlt but is not
working. I would like to open ResourceLink (but if you kno ho to do it with
another kind of link it will help as well)  in a new window. 

Thank for your asnwers 

Fero
-- 
View this message in context: http://www.nabble.com/How-to-make-link-that-open-a-new-window-tf4335325.html#a12347053
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AW: How to make link that open a new window

Posted by fero <fr...@gmail.com>.
Thanks Stefan, it works. I am using ResourceLink.




Stefan Lindner wrote:
> 
> Wich type of Link? A pure Link has a
> 
> 	opupSettings getPopupSettings() 
> 
> mthod to set the behavior.
> 
> -----Ursprüngliche Nachricht-----
> Von: fero [mailto:frantisek.kocun@gmail.com] 
> Gesendet: Montag, 27. August 2007 15:37
> An: users@wicket.apache.org
> Betreff: How to make link that open a new window
> 
> 
> How to make a link to open in a new window/tab? I tried target="_blank"
> and onclick="window.open('index.html'); return false" in xhmlt but is not
> working. I would like to open ResourceLink (but if you kno ho to do it
> with another kind of link it will help as well)  in a new window. 
> 
> Thank for your asnwers 
> 
> Fero
> --
> View this message in context:
> http://www.nabble.com/How-to-make-link-that-open-a-new-window-tf4335325.html#a12347053
> Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-make-link-that-open-a-new-window-tf4335325.html#a12347314
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


AW: How to make link that open a new window

Posted by Stefan Lindner <li...@visionet.de>.
Wich type of Link? A pure Link has a

	opupSettings getPopupSettings() 

mthod to set the behavior.

-----Ursprüngliche Nachricht-----
Von: fero [mailto:frantisek.kocun@gmail.com] 
Gesendet: Montag, 27. August 2007 15:37
An: users@wicket.apache.org
Betreff: How to make link that open a new window


How to make a link to open in a new window/tab? I tried target="_blank" and onclick="window.open('index.html'); return false" in xhmlt but is not working. I would like to open ResourceLink (but if you kno ho to do it with another kind of link it will help as well)  in a new window. 

Thank for your asnwers 

Fero
--
View this message in context: http://www.nabble.com/How-to-make-link-that-open-a-new-window-tf4335325.html#a12347053
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org