× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

How to open Hyper Links in new window

More
10 years 10 months ago #2078 by h.day.mws
How to open Hyper Links in new window was created by h.day.mws
Hi

I have an URL Fiel in my DB-Table, which i made to display in the Catalog view.
The Links are working fine, but open in the same browser window. How can i open it in a new window (target="_blank")?

Please help!!!!

Please Log in to join the conversation.

More
10 years 10 months ago #2079 by Dirk
Replied by Dirk on topic How to open Hyper Links in new window
You must do the link manually.

Imagine your field is named external_url.

Just input the following into your template using the sourcecode-view:
<a href="{joodb field|external_url}" target="_blank" />more info...</a>

If you do not have http:// included in your data
<a href="http://{joodb field|external_url}" target="_blank" />{joodb field|external_url}</a>

Please use the internal editor for this or disable code cleaning.
Otherwise the editor might delete your link if you save.
The following user(s) said Thank You: h.day.mws, MichaS.

Please Log in to join the conversation.

Moderators: Dirkjoest