http://arne.jaha.dk/download.php/1,19,9/id70a.zipOpens link in new window if there is no target in the original link.
[Patterns]
Name = "Open Untargeted Links in New Window"
Active = TRUE
Multi = TRUE
Bounds = "<(a|area|form)s*>"
Limit = 256
Match = "(#starget=$AV(_blank|_top|_self|_parent))+#>"
"&(^*target=$AV(^_blank|_top|_self|_parent))"
"&*(href|action)=(["']|)1"
Replace = "@ target=1_blank1>"
The first line strips out _top, _self and _parent targets which don't
open in a new window and _blank ones to avoid redundancy. The second
line prevents the filter from matching on other targets and the third
gets the quotemark used in the tag.
By ScoJo
Best wishes
Arne


Edited by - Arne on 07 Aug 2001 01:59:32