I have created a page with the type external URL. In the tab "General" I can specify the protocol and the URL. In another tab I can specify the URL alias and the target. But the target is already _blank. In the frontend the link still opens in the same window. I'm using Typo 4.5.
Typo3: External URL should open with target=_blank
3.3k Views Asked by testing At
1
There are 1 best solutions below
Related Questions in HYPERLINK
- Hyperlink directs to hidden row
- HTML Button Link to Website from Text
- Replacing a hyperlink with an image on excel
- Retain css of links after enabling click-tracking of send-grid
- Problems with Clickable Divs in side bar
- Links with images and text - combined or separate?
- Remove Underline From HyperLinkButton XAML
- Launch a web browser or youtube using textview in android
- Can we edit hyperlink in Restrict editing mode in Word 2013?
- HTML link scroll down the page
- html <pre></pre> page layout blocks links
- Programming Externally Linked Images in Excel
- Opening link in new tab without clicking on link
- Copy and Paste Hyperlink change path to absolute
- Use window.name to open links in emails in the same tab
Related Questions in EXTERNAL
- Limit items on external list using BCS Filter
- Externalized filters when building a Maven project
- twisted logic: a global variable in one file refers to an extern variable but is also referred by that extern variable
- How to read a value on a specific line in an external file into an AWK script
- Curl post username/password to login
- Hive external table not showing partitions
- Open external application in own form
- external jquery mobile not implementing jquery mobile style
- Reading an external txt file on main.class
- JavaScript Only Image Hover
- Mad Mimi Error When Trying to Send Email to a List
- Mad Mimi Error when Trying to Send an e-mail to a list
- Updating a DIV inside a Collapsible in JQuery Mobile only when the Collapsible is opened (eg. load on demand)
- In general, how expensive is calling an external program?
- Writing to an External File on Android --- File Doesn't Register, But Java Can Read
Related Questions in TYPO3
- TYPO3 6.2 performance, Typoscript Select, Typoscript Cache
- page with page Type not found
- Empty pagetree in TYPO3 7.2 backend
- Typo3: Create translations of Extension Builder elements
- Force TYPO3 to cache non-cached pages
- How to make the browsers back button work in a Formhandler multistep form
- Extbase 6.2: Import Image into FAL
- How to get a localized label in ext_tables.php
- TYPO3 onepager + normal pages structure
- Typoscript add class to the first element using stdWrap
- How to get Query object to felogin repository?
- Extbase Repository objectType = NULL
- Unable to include a php file in typo3
- Replace URLs in Typo3 DB
- How to get TYPO3 settings in the utility files?
Related Questions in NEW-WINDOW
- Open .aspx file in two windows in Visual Studio 2013
- Javascript document.location new window
- Open links in Disqus threads in a new tab
- Jsf redirect to new window
- Javascript Slider and Close Window Codes Conflict
- PHP: How to open a new window in JS and echo from PHP into it
- Alert to close child windows before form submission
- ActionLink How to open new windows without toolbar and menue with specific size?
- Is File New Window in Browser is equivalent to window.open()?
- service now giving empty referrer in IE11
- tmux new-window ssh to remote host, then execute command and stay login
- C# webbrowser control: page opens new window but it won't work
- Typo3: External URL should open with target=_blank
- Move all functions to child window
- IE ,window.open has to open different webpages of same domain in different windows
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I had a
linkwhich pointed to anexternal URL. I only tried to set the_blankat theexternal URL. Now with setting it at both it works.