I need help.
How do I programatically create a list of external links where you can choose if you want to open the link in a new window or not?
If i have understood what you are asking then I did something similar for SP2003:
if New Window = Yes then render the link with target="_blank"I think the theory for SP2010 should be the same.
Or you could just let the users decide.