<a href="yourlinkhere.htm" target="_self">click here</a>
Where "_self" opens the new page in the same window, but this is the default behaviour, works the same as if you had not used "target" at all.
It opens in a new window because of _blank, change from _blank to _self and touchè.