I am allowing my users to post websites covering a particular topic, and so one of the fields, a CCK field is called "URL", where users are expected to enter the URL of website they would like to bookmark on my site. The issue is I want users who click on the URL to be redirected to that website in another window rather than in the same window. I want the user to be able to rate the websites that are bookmarked, so navigating away from my website will not allow the user to be able to do that.

How can I do this? Please help.
Thanks
Navs

Comments

dddave’s picture

Use http://drupal.org/project/extlink to define how links should behave.

navs’s picture

thank you dddave, exactly what I was looking for.
Navs

munderwater’s picture

This was very helpful for me, too. Thanks.