Groups.drupal.org is a part of the drupal.org group of sites. Logging in on this site requires an account on the main drupal.org site. If you do not have an account on drupal.org, you will need to create one, log in over there, and then come back here where you should automaticall
Thanks!


I don't think you can. It's
I don't think you can. It's also bad usability to force links to open in a new window, but if you still want to, then have a look at themes -> garland -> page.tpl.php . In this file you can edit out 'primary links' and put in your own links (with target="blank" ). Take note that with this method, you will not be able to edit your links through Drupal anymore, but will instead manage them through that file.
Many ways to do this
Maybe the simplest is to use this module:
http://drupal.org/project/extlink
Lots of other ways here:
http://drupal.org/node/75192
(Beware - some of these apply to Drupal 4.7, some to 5.x)
Thank rely wishstik@drupal.org
I have two link menu for open new window. If i modify in theme then every thing menu link will open new window. I not want too. i think can modify modules menu. But i dont know more. How do you think? i can.
Thank alaken .
Thank alaken .
A litle jQuery coding will
A litle jQuery coding will help you:
<script>$('.foo .bar a').attr({'target': '_blank'});
</script>
--
Thế Hồng