Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-04-21 12:35:49

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

target="_blank" in article listing

hello.
how i can to do:
when click on article title (<txp:permlink><txp:title /></txp:permlink>) this link opened in a blank page?
i cant find some plugin.
thanks in advance!


<txp:txp_me />

Offline

#2 2010-04-21 20:38:59

qrayg
Member
From: USA
Registered: 2004-08-27
Posts: 81
Website

Re: target="_blank" in article listing

WARNING!!!
target="_blank" is deprecated and should not be used if you plan on creating strict, valid HTML. You should ALWAYS let the user decide if they want to open the link in a new window.

With that out of the way, here’s how to achieve your desired result:

<a href="<txp:permlink />" title="<txp:title />" target="_blank"><txp:title /></a>

Last edited by qrayg (2010-04-21 20:39:57)

Offline

#3 2010-04-21 20:56:01

Katalonian
Member
From: Baku, Azerbaijan
Registered: 2010-04-18
Posts: 219
Website

Re: target="_blank" in article listing

Thank you much for information!)

Last edited by Katalonian (2010-04-21 20:56:15)


<txp:txp_me />

Offline

Board footer

Powered by FluxBB