When a user try to ask a question he/she will see an option like:
Questions with similar titles
If the user clicks on any suggested link, it's opening in the same window (at present).
For better user friendly nature, if we have an option to open in new tab/window, that will help user to see the question, without loosing any data he entered after clicking on suggested link on StackExchange.
An alternative way is, keep the session by placing back button or after user clicks on back icon on browser.
Note: this Question was based on the Functional and Beginner/intermediate (technical) people who use Stack Exchange as a good source of finding right knowledge.

target="_blank"just change the default behavior to a new tab/window (depending on preferences) and still allow the user to open in the same tab/window if they really want too. I think it makes more sense to use a new window so that the user still has their content (and the list of similar questions) to go back too when they close the new tab/window. – animuson Dec 24 '11 at 22:39<a href="question..." target="_self">(default) or target="_parent". you can answer the question with proper details. – Azad Dec 27 '11 at 6:04