[support] Fwd: opening the feeds in new browser
paola.dimaio at gmail.com
paola.dimaio at gmail.com
Wed Aug 8 07:53:20 UTC 2007
thanks for script
sending it back with a patch, see if it works for you
FYI
cheers
P
I've made the javacript a bit more Drupal and web friendly (the
_external thing is not supported anymore).
$(function() {
> $('a[@href^=http]').not('[@href*=location.host)
> .addClass('external-link')
> .click(function() {
> window.open(this.href, '_blank');
> return false;
> });
> });
question of the day: how do I get the aggregated feed from another site
to open on a different windows/tab when clicked? (now it takes away
the uzer from our site, which is bad)
More information about the support
mailing list