<A TARGET="_self">
go to <A HREF="selftarget.html" TARGET="_self">next</A> page
However, because is the default value, you can accomplish the same thing leaving out the TARGET attribute:
TARGET
go to <A HREF="selftarget.html">next</A> page