Just a thought...
Baker - April 22, 2007 - 01:23
| Project: | Outgoing links filter |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
...how about a simple button in the admin - setup - Outgoing Links section that would automatically make all links to other sites open in their own windows?

#1
jQuery can be added to find all links with a specific class and cause them to open in a new window. This is the perfered way to handle new window operations.
#2
Thanks much m3avrk! I found what I was looking for in the form of http://drupal.org/project/extlink THOSE GUYS ROCK! Thanks for making it simple for non-coders. THIS is the prefered way to handle new window operations, for newbies like myself. External links is the perfect solution for me.