Have you tried not defining a target at all in which case the default would be the same as _self?
Assuming that you are not using (i)frames have you tried _parent and _top as the target? If you're not using frames (and there's very little reason to use them) then _self, _parent and _top all do the same thing.
__________________