Open admin shortcuts to new window
Posted: Sun Jun 15, 2008 11:22 am
Quick lil' tip... for those who use admin shortcuts:
If you have admin shortcuts going away from your admin panel, the fact that the links open up into the same window or tab might be a bit frustrating. To control where they open, such as to a new window, without needing to remember to middle-click or right-click the link... tack on a little extra HTML when entering the shortcut URL, that contains your desired target...
Example:
Instead of:
Use:
(leave off the trailing quote at the end)
If you have admin shortcuts going away from your admin panel, the fact that the links open up into the same window or tab might be a bit frustrating. To control where they open, such as to a new window, without needing to remember to middle-click or right-click the link... tack on a little extra HTML when entering the shortcut URL, that contains your desired target...
Example:
Instead of:
Code: Select all
http://www.goingsomewhere.com/a-page.html
Code: Select all
http://www.goingsomewhere.com/a-page.html" target="_blank