Is there any way to configure IIS or Web app to automatically open a new window when a hyper link is clicked? My issue isn't as trivial as it sounds, let me explain... I understand you can use javascript or target="_blank" in the anchor tag, but I don't always know when an anchor tag might be listed on the page...
Reason is that its a user forum, think of stack overflow ;) where a user might enter a URL (allowed) and it's not necessarily known, or it was entered eons ago and there is no way to tell.
I'm pretty sure the answer is no and i'll just have to analyze for URLs when the post/entry is being saved and convert it to do this then... any tips are appreciated!